#806CF7

Color #806CF7 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #806CF7

Tints of Light Slate Blue #806CF7

Color information

#806CF7 (or 0x806CF7) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6C and F7. RGB value is (128,108,247). Sum of RGB (Red+Green+Blue) = 128+108+247=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #806CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806CF7 is #7F9308. Grayscale: #818181. Windows color (decimal): -8360713 or 16215168. OLE color: 16215168.

HSL color Cylindrical-coordinate representation of color #806CF7: hue angle of 248.63º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806CF7 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128108247-
CMYK0.480.5600.03
HSL248.63º89.68%69.61%-
HSV(B)248.63º56.28%96.86%-
XYZ31.0522.0390.61-
YUV129.83194.13126.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 247 (96.88% from 255) = 51.14%
R=26.50%
G=22.36%
B=51.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1281082470.480.5600.03248.6389.6869.61
Hex806CF7303803f95a46
Octal200154367607003371132106
Binary100000001101100111101111100001110000111111100110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806CF7; }

 p { color: rgb(128,108,247); }

 H1.HeaderClassName
 {
   color: #806CF7;
 }
 .AnyTagClassName
 {
   color: #806CF7;
 }
</style>
background-color css

<style>
 a { background-color: #806CF7; }

 a { background-color: rgb(128,108,247); }

 div.DivClassName
 {
   background-color: #806CF7;
 }
 .BgClassName
 {
   background-color: #806CF7;
 }
</style>
border-color css

<style>
 span { border-color: #806CF7; }

 span { border-color: rgb(128,108,247); }

 td.TdClassName
 {
   border-color: #806CF7;
 }
 .TagClassName
 {
   border-color: #806CF7;
 }
</style>