#908D9F

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

Shades of Grey Suit #908D9F

Tints of Grey Suit #908D9F

Color information

#908D9F (or 0x908D9F) is unknown color: approx Grey Suit. HEX triplet: 90, 8D and 9F. RGB value is (144,141,159). Sum of RGB (Red+Green+Blue) = 144+141+159=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #908D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D9F is #6F7260. Grayscale: #8F8F8F. Windows color (decimal): -7303777 or 10456464. OLE color: 10456464.

HSL color Cylindrical-coordinate representation of color #908D9F: hue angle of 250º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908D9F is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144141159-
CMYK0.090.1100.38
HSL250º8.57%58.82%-
HSV(B)250º11.32%62.35%-
XYZ27.2827.4836.67-
YUV143.95136.49128.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=32.43%
G=31.76%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441411590.090.1100.382508.5758.82
Hex908D9F9B026fa93b
Octal22021523711130463721173
Binary100100001000110110011111100110110100110111110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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