#8E6EFF

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

Shades of Light Slate Blue #8E6EFF

Tints of Light Slate Blue #8E6EFF

Color information

#8E6EFF (or 0x8E6EFF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 6E and FF. RGB value is (142,110,255). Sum of RGB (Red+Green+Blue) = 142+110+255=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6EFF is #719100. Grayscale: #878787. Windows color (decimal): -7442689 or 16739982. OLE color: 16739982.

HSL color Cylindrical-coordinate representation of color #8E6EFF: hue angle of 253.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E6EFF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142110255-
CMYK0.440.5700
HSL253.24º100%71.57%-
HSV(B)253.24º56.86%100%-
XYZ34.7824.1297.43-
YUV136.1195.1132.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 255 (100% from 255) = 50.30%
R=28.01%
G=21.70%
B=50.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421102550.440.5700253.2410071.57
Hex8E6EFF2C3900fd6448
Octal216156377547100375144110
Binary10001110110111011111111101100111001001111110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,255); }

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

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

 a { background-color: rgb(142,110,255); }

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

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

 span { border-color: rgb(142,110,255); }

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