#8E6BFC

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

Shades of Light Slate Blue #8E6BFC

Tints of Light Slate Blue #8E6BFC

Color information

#8E6BFC (or 0x8E6BFC) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6B and FC. RGB value is (142,107,252). Sum of RGB (Red+Green+Blue) = 142+107+252=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6BFC is #719403. Grayscale: #858585. Windows color (decimal): -7443460 or 16542606. OLE color: 16542606.

HSL color Cylindrical-coordinate representation of color #8E6BFC: hue angle of 254.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E6BFC is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142107252-
CMYK0.440.5800.01
HSL254.48º96.03%70.39%-
HSV(B)254.48º57.54%98.82%-
XYZ33.9823.2994.8-
YUV134194.6133.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=28.34%
G=21.36%
B=50.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421072520.440.5800.01254.4896.0370.39
Hex8E6BFC2C3A01fe6046
Octal216153374547201376140106
Binary10001110110101111111100101100111010011111111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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