#908D9B

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

Shades of Grey Suit #908D9B

Tints of Grey Suit #908D9B

Color information

#908D9B (or 0x908D9B) is unknown color: approx Grey Suit. HEX triplet: 90, 8D and 9B. RGB value is (144,141,155). Sum of RGB (Red+Green+Blue) = 144+141+155=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #908D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D9B is #6F7264. Grayscale: #8F8F8F. Windows color (decimal): -7303781 or 10194320. OLE color: 10194320.

HSL color Cylindrical-coordinate representation of color #908D9B: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908D9B is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144141155-
CMYK0.070.0900.39
HSL252.86º6.54%58.04%-
HSV(B)252.86º9.03%60.78%-
XYZ26.9427.3534.87-
YUV143.49134.49128.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=32.73%
G=32.05%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441411550.070.0900.39252.866.5458.04
Hex908D9B79027fd73a
Octal220215233711047375772
Binary1001000010001101100110111111001010011111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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