#8E8AFF

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

Shades of Light Slate Blue #8E8AFF

Tints of Light Slate Blue #8E8AFF

Color information

#8E8AFF (or 0x8E8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8A and FF. RGB value is (142,138,255). Sum of RGB (Red+Green+Blue) = 142+138+255=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AFF is #717500. Grayscale: #989898. Windows color (decimal): -7435521 or 16747150. OLE color: 16747150.

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

Color convert

RGB142138255-
CMYK0.440.4600
HSL242.05º100%77.06%-
HSV(B)242.05º45.88%100%-
XYZ38.2931.1598.6-
YUV152.53185.83120.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 255 (100% from 255) = 47.66%
R=26.54%
G=25.79%
B=47.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421382550.440.4600242.0510077.06
Hex8E8AFF2C2E00f2644d
Octal216212377545600362144115
Binary100011101000101011111111101100101110001111001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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