#8E8CFF

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

Shades of Light Slate Blue #8E8CFF

Tints of Light Slate Blue #8E8CFF

Color information

#8E8CFF (or 0x8E8CFF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8C and FF. RGB value is (142,140,255). Sum of RGB (Red+Green+Blue) = 142+140+255=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8CFF is #717300. Grayscale: #999999. Windows color (decimal): -7435009 or 16747662. OLE color: 16747662.

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

Color convert

RGB142140255-
CMYK0.440.4500
HSL241.04º100%77.45%-
HSV(B)241.04º45.1%100%-
XYZ38.5831.7398.7-
YUV153.71185.16119.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 255 (100% from 255) = 47.49%
R=26.44%
G=26.07%
B=47.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421402550.440.4500241.0410077.45
Hex8E8CFF2C2D00f1644d
Octal216214377545500361144115
Binary100011101000110011111111101100101101001111000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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