Html Css Color HEX #808EFC Light Slate Blue

📋 copy color: '#808EFC'

red 128 ◦ green 142 ◦ blue 252

#808EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #808EFC

Tints of Light Slate Blue #808EFC

RGB

 RED value IS 128 (50.39% from 255) = 24.52%

 GREEN value IS 142 (55.86% from 255) = 27.2%

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 24.52%
G = 27.2%
B = 48.28%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#808EFC (or 0x808EFC) is known color: 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

RGB 128 142 252 -
CMYK 0.49 0.44 0 0.01
HSL 233.23º 0.95% 0.75% -
HSV(B) 233.23º 0.49% 0.99% -
XYZ 36.15 30.96 96.17 -
YUV 150.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 128 142 252 0.49 0.44 0 0.01 233.23 0.95 0.75
Hex 80 8E FC 31 2C 0 1 E9 5F 4B
Octal 200 216 374 61 54 0 1 351 137 113
Binary 10000000 10001110 11111100 110001 101100 0 1 11101001 1011111 1001011

Color Harmonies of #808EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EFC

Black with #808EFC

Text Example


Text Example

White with #808EFC

Text Example


Text Example

HTML Codes & Css Web 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>