#908D96

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

Shades of Grey Suit #908D96

Tints of Grey Suit #908D96

Color information

#908D96 (or 0x908D96) is unknown color: approx Grey Suit. HEX triplet: 90, 8D and 96. RGB value is (144,141,150). Sum of RGB (Red+Green+Blue) = 144+141+150=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 150 - color contains mainly: blue. Hex color #908D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D96 is #6F7269. Grayscale: #8E8E8E. Windows color (decimal): -7303786 or 9866640. OLE color: 9866640.

HSL color Cylindrical-coordinate representation of color #908D96: hue angle of 260º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908D96 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144141150-
CMYK0.040.0600.41
HSL260º4.11%57.06%-
HSV(B)260º6%58.82%-
XYZ26.5327.1832.7-
YUV142.92131.99128.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=33.10%
G=32.41%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441411500.040.0600.412604.1157.06
Hex908D9646029104439
Octal22021522646051404471
Binary1001000010001101100101101001100101001100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D96; }

 p { color: rgb(144,141,150); }

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

<style>
 a { background-color: #908D96; }

 a { background-color: rgb(144,141,150); }

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

<style>
 span { border-color: #908D96; }

 span { border-color: rgb(144,141,150); }

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