#8E8AF8

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

Shades of Light Slate Blue #8E8AF8

Tints of Light Slate Blue #8E8AF8

Color information

#8E8AF8 (or 0x8E8AF8) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8A and F8. RGB value is (142,138,248). Sum of RGB (Red+Green+Blue) = 142+138+248=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E8AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AF8 is #717507. Grayscale: #979797. Windows color (decimal): -7435528 or 16288398. OLE color: 16288398.

HSL color Cylindrical-coordinate representation of color #8E8AF8: hue angle of 242.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8AF8 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142138248-
CMYK0.430.4400.03
HSL242.18º88.71%75.69%-
HSV(B)242.18º44.35%97.25%-
XYZ37.1930.7192.77-
YUV151.74182.33121.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=26.89%
G=26.14%
B=46.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1421382480.430.4400.03242.1888.7175.69
Hex8E8AF82B2C03f2594c
Octal216212370535403362131114
Binary1000111010001010111110001010111011000111111001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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