#908C99

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

Shades of Grey Suit #908C99

Tints of Grey Suit #908C99

Color information

#908C99 (or 0x908C99) is unknown color: approx Grey Suit. HEX triplet: 90, 8C and 99. RGB value is (144,140,153). Sum of RGB (Red+Green+Blue) = 144+140+153=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #908C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C99 is #6F7366. Grayscale: #8E8E8E. Windows color (decimal): -7304039 or 10062992. OLE color: 10062992.

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

Color convert

RGB144140153-
CMYK0.060.0800.4
HSL258.46º5.99%57.45%-
HSV(B)258.46º8.5%60%-
XYZ26.6326.9933.94-
YUV142.68133.83128.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=32.95%
G=32.04%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441401530.060.0800.4258.465.9957.45
Hex908C9968028102639
Octal220214231610050402671
Binary10010000100011001001100111010000101000100000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,140,153); }

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

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

 a { background-color: rgb(144,140,153); }

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

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

 span { border-color: rgb(144,140,153); }

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