#8E8BAC

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

Shades of Grey Suit #8E8BAC

Tints of Grey Suit #8E8BAC

Color information

#8E8BAC (or 0x8E8BAC) is unknown color: approx Grey Suit. HEX triplet: 8E, 8B and AC. RGB value is (142,139,172). Sum of RGB (Red+Green+Blue) = 142+139+172=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8BAC is #717453. Grayscale: #8F8F8F. Windows color (decimal): -7435348 or 11307918. OLE color: 11307918.

HSL color Cylindrical-coordinate representation of color #8E8BAC: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E8BAC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142139172-
CMYK0.170.1900.33
HSL245.45º16.58%60.98%-
HSV(B)245.45º19.19%67.45%-
XYZ27.8327.1942.81-
YUV143.66143.99126.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=31.35%
G=30.68%
B=37.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421391720.170.1900.33245.4516.5860.98
Hex8E8BAC1113021f5113d
Octal21621325421230413652175
Binary100011101000101110101100100011001101000011111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,172); }

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

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

 a { background-color: rgb(142,139,172); }

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

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

 span { border-color: rgb(142,139,172); }

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