#8E6BFB

Color #8E6BFB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8E6BFB

Tints of Light Slate Blue #8E6BFB

Color information

#8E6BFB (or 0x8E6BFB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6B and FB. RGB value is (142,107,251). Sum of RGB (Red+Green+Blue) = 142+107+251=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6BFB is #719404. Grayscale: #858585. Windows color (decimal): -7443461 or 16477070. OLE color: 16477070.

HSL color Cylindrical-coordinate representation of color #8E6BFB: hue angle of 254.58º 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 #8E6BFB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142107251-
CMYK0.430.5700.02
HSL254.58º94.74%70.2%-
HSV(B)254.58º57.37%98.43%-
XYZ33.8323.2393.97-
YUV133.88194.1133.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 251 (98.44% from 255) = 50.2%
R=28.4%
G=21.4%
B=50.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421072510.430.5700.02254.5894.7470.2
Hex8E6BFB2B3902ff5f46
Octal216153373537102377137106
Binary100011101101011111110111010111110010101111111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6BFB;
 }
 .AnyTagClassName
 {
   color: #8E6BFB;
 }
</style>
background-color css

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

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

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

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

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

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