#8E92FE

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

Shades of Light Slate Blue #8E92FE

Tints of Light Slate Blue #8E92FE

Color information

#8E92FE (or 0x8E92FE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 92 and FE. RGB value is (142,146,254). Sum of RGB (Red+Green+Blue) = 142+146+254=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E92FE is #716D01. Grayscale: #9C9C9C. Windows color (decimal): -7433474 or 16683662. OLE color: 16683662.

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

Color convert

RGB142146254-
CMYK0.440.4300.00
HSL237.86º98.25%77.65%-
HSV(B)237.86º44.09%99.61%-
XYZ39.3233.4698.15-
YUV157.12182.67117.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=26.20%
G=26.94%
B=46.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421462540.440.4300.00237.8698.2577.65
Hex8E92FE2C2B00ee624e
Octal216222376545300356142116
Binary100011101001001011111110101100101011001110111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,254); }

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

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

 a { background-color: rgb(142,146,254); }

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

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

 span { border-color: rgb(142,146,254); }

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