#806EFC

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

Shades of Light Slate Blue #806EFC

Tints of Light Slate Blue #806EFC

Color information

#806EFC (or 0x806EFC) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6E and FC. RGB value is (128,110,252). Sum of RGB (Red+Green+Blue) = 128+110+252=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #806EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EFC is #7F9103. Grayscale: #838383. Windows color (decimal): -8360196 or 16543360. OLE color: 16543360.

HSL color Cylindrical-coordinate representation of color #806EFC: hue angle of 247.61º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806EFC is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128110252-
CMYK0.490.5600.01
HSL247.61º95.95%70.98%-
HSV(B)247.61º56.35%98.82%-
XYZ32.0522.7794.8-
YUV131.57195.96125.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=26.12%
G=22.45%
B=51.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281102520.490.5600.01247.6195.9570.98
Hex806EFC313801f86047
Octal200156374617001370140107
Binary10000000110111011111100110001111000011111100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,252); }

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

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

 a { background-color: rgb(128,110,252); }

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

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

 span { border-color: rgb(128,110,252); }

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