Html Css Color HEX #808EFB Light Slate Blue

📋 copy color: '#808EFB'

red 128 ◦ green 142 ◦ blue 251

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

Shades of Light Slate Blue #808EFB

Tints of Light Slate Blue #808EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 24.57%
G = 27.26%
B = 48.18%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#808EFB (or 0x808EFB) is known color: Light Slate Blue. HEX triplet: 80, 8E and FB. RGB value is (128,142,251). Sum of RGB (Red+Green+Blue) = 128+142+251=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #808EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EFB is #7F7104. Grayscale: #959595. Windows color (decimal): -8352005 or 16486016. OLE color: 16486016.

HSL color Cylindrical-coordinate representation of color #808EFB: hue angle of 233.17º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808EFB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 142 251 -
CMYK 0.49 0.43 0 0.02
HSL 233.17º 0.94% 0.74% -
HSV(B) 233.17º 0.49% 0.98% -
XYZ 35.99 30.9 95.33 -
YUV 150.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 128 142 251 0.49 0.43 0 0.02 233.17 0.94 0.74
Hex 80 8E FB 31 2B 0 2 E9 5E 4A
Octal 200 216 373 61 53 0 2 351 136 112
Binary 10000000 10001110 11111011 110001 101011 0 10 11101001 1011110 1001010

Color Harmonies of #808EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EFB

Black with #808EFB

Text Example


Text Example

White with #808EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #808EFB;
 }
 .AnyTagClassName
 {
   color: #808EFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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