#8E8C9E

Color #8E8C9E Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8E8C9E

Tints of Grey Suit #8E8C9E

Color information

#8E8C9E (or 0x8E8C9E) is unknown color: approx Grey Suit. HEX triplet: 8E, 8C and 9E. RGB value is (142,140,158). Sum of RGB (Red+Green+Blue) = 142+140+158=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E8C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8C9E is #717361. Grayscale: #8E8E8E. Windows color (decimal): -7435106 or 10390670. OLE color: 10390670.

HSL color Cylindrical-coordinate representation of color #8E8C9E: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8C9E is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142140158-
CMYK0.100.1100.38
HSL246.67º8.49%58.43%-
HSV(B)246.67º11.39%61.96%-
XYZ26.726.9836.15-
YUV142.65136.66127.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=32.27%
G=31.82%
B=35.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421401580.100.1100.38246.678.4958.43
Hex8E8C9EAB026f783a
Octal21621423612130463671072
Binary100011101000110010011110101010110100110111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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