#808EFC

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

Shades of Light Slate Blue #808EFC

Tints of Light Slate Blue #808EFC

Color information

#808EFC (or 0x808EFC) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8E and FC. RGB value is (128,142,252). Sum of RGB (Red+Green+Blue) = 128+142+252=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #808EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EFC is #7F7103. Grayscale: #959595. Windows color (decimal): -8352004 or 16551552. OLE color: 16551552.

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

Color convert

RGB128142252-
CMYK0.490.4400.01
HSL233.23º95.38%74.51%-
HSV(B)233.23º49.21%98.82%-
XYZ36.1530.9696.17-
YUV150.35185.36112.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=24.52%
G=27.20%
B=48.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281422520.490.4400.01233.2395.3874.51
Hex808EFC312C01e95f4b
Octal200216374615401351137113
Binary100000001000111011111100110001101100011110100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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