Html Css Color HEX #8E81FC Light Slate Blue

📋 copy color: '#8E81FC'

red 142 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #8E81FC

Tints of Light Slate Blue #8E81FC

RGB

 RED value IS 142 (55.86% from 255) = 27.15%

 GREEN value IS 129 (50.78% from 255) = 24.67%

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

R = 27.15%
G = 24.67%
B = 48.18%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E81FC (or 0x8E81FC) is known color: Light Slate Blue. HEX triplet: 8E, 81 and FC. RGB value is (142,129,252). Sum of RGB (Red+Green+Blue) = 142+129+252=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E81FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E81FC is #717E03. Grayscale: #929292. Windows color (decimal): -7437828 or 16548238. OLE color: 16548238.

HSL color Cylindrical-coordinate representation of color #8E81FC: hue angle of 246.34º 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 #8E81FC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 129 252 -
CMYK 0.44 0.49 0 0.01
HSL 246.34º 0.95% 0.75% -
HSV(B) 246.34º 0.49% 0.99% -
XYZ 36.58 28.48 95.66 -
YUV 146.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 142 129 252 0.44 0.49 0 0.01 246.34 0.95 0.75
Hex 8E 81 FC 2C 31 0 1 F6 5F 4B
Octal 216 201 374 54 61 0 1 366 137 113
Binary 10001110 10000001 11111100 101100 110001 0 1 11110110 1011111 1001011

Color Harmonies of #8E81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81FC

Black with #8E81FC

Text Example


Text Example

White with #8E81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E81FC; }

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

 H1.HeaderClassName
 {
   color: #8E81FC;
 }
 .AnyTagClassName
 {
   color: #8E81FC;
 }
</style>

background-color css

<style>
 a { background-color: #8E81FC; }

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

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

border-color css

<style>
 span { border-color: #8E81FC; }

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

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