Html Css Color HEX #8E6CFB Light Slate Blue

📋 copy color: '#8E6CFB'

red 142 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #8E6CFB

Tints of Light Slate Blue #8E6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.56%

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

R = 28.34%
G = 21.56%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E6CFB (or 0x8E6CFB) is known color: Light Slate Blue. HEX triplet: 8E, 6C and FB. RGB value is (142,108,251). Sum of RGB (Red+Green+Blue) = 142+108+251=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6CFB is #719304. Grayscale: #858585. Windows color (decimal): -7443205 or 16477326. OLE color: 16477326.

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

Color convert

RGB 142 108 251 -
CMYK 0.43 0.57 0 0.02
HSL 254.27º 0.95% 0.7% -
HSV(B) 254.27º 0.57% 0.98% -
XYZ 33.93 23.44 94 -
YUV 134.47 193.76 133.37 -
System Red Green Blue C M Y K H S L
Decimal 142 108 251 0.43 0.57 0 0.02 254.27 0.95 0.7
Hex 8E 6C FB 2B 39 0 2 FE 5F 46
Octal 216 154 373 53 71 0 2 376 137 106
Binary 10001110 1101100 11111011 101011 111001 0 10 11111110 1011111 1000110

Color Harmonies of #8E6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6CFB

Black with #8E6CFB

Text Example


Text Example

White with #8E6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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