#8F8EA5

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

Shades of Grey Suit #8F8EA5

Tints of Grey Suit #8F8EA5

Color information

#8F8EA5 (or 0x8F8EA5) is unknown color: approx Grey Suit. HEX triplet: 8F, 8E and A5. RGB value is (143,142,165). Sum of RGB (Red+Green+Blue) = 143+142+165=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F8EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8EA5 is #70715A. Grayscale: #909090. Windows color (decimal): -7369051 or 10849935. OLE color: 10849935.

HSL color Cylindrical-coordinate representation of color #8F8EA5: hue angle of 242.61º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F8EA5 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB143142165-
CMYK0.130.1400.35
HSL242.61º11.33%60.2%-
HSV(B)242.61º13.94%64.71%-
XYZ27.7927.939.52-
YUV144.92139.33126.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=31.78%
G=31.56%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431421650.130.1400.35242.6111.3360.2
Hex8F8EA5DE023f3b3c
Octal21721624515160433631374
Binary100011111000111010100101110111100100011111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,142,165); }

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

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

 a { background-color: rgb(143,142,165); }

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

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

 span { border-color: rgb(143,142,165); }

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