Html Css Color HEX #8E81FB Light Slate Blue

📋 copy color: '#8E81FB'

red 142 ◦ green 129 ◦ blue 251

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

Shades of Light Slate Blue #8E81FB

Tints of Light Slate Blue #8E81FB

RGB

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

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

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

R = 27.2%
G = 24.71%
B = 48.08%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E81FB (or 0x8E81FB) is known color: Light Slate Blue. HEX triplet: 8E, 81 and FB. RGB value is (142,129,251). Sum of RGB (Red+Green+Blue) = 142+129+251=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E81FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E81FB is #717E04. Grayscale: #929292. Windows color (decimal): -7437829 or 16482702. OLE color: 16482702.

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

Color convert

RGB 142 129 251 -
CMYK 0.43 0.49 0 0.02
HSL 246.39º 0.94% 0.75% -
HSV(B) 246.39º 0.49% 0.98% -
XYZ 36.42 28.42 94.83 -
YUV 146.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 142 129 251 0.43 0.49 0 0.02 246.39 0.94 0.75
Hex 8E 81 FB 2B 31 0 2 F6 5E 4B
Octal 216 201 373 53 61 0 2 366 136 113
Binary 10001110 10000001 11111011 101011 110001 0 10 11110110 1011110 1001011

Color Harmonies of #8E81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81FB

Black with #8E81FB

Text Example


Text Example

White with #8E81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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