#908B9E

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

Shades of Grey Suit #908B9E

Tints of Grey Suit #908B9E

Color information

#908B9E (or 0x908B9E) is unknown color: approx Grey Suit. HEX triplet: 90, 8B and 9E. RGB value is (144,139,158). Sum of RGB (Red+Green+Blue) = 144+139+158=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #908B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B9E is #6F7461. Grayscale: #8E8E8E. Windows color (decimal): -7304290 or 10390416. OLE color: 10390416.

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

Color convert

RGB144139158-
CMYK0.090.1200.38
HSL255.79º8.92%58.24%-
HSV(B)255.79º12.03%61.96%-
XYZ26.9126.8636.11-
YUV142.66136.66128.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=32.65%
G=31.52%
B=35.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441391580.090.1200.38255.798.9258.24
Hex908B9E9C02610093a
Octal22021323611140464001172
Binary1001000010001011100111101001110001001101000000001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,158); }

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

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

 a { background-color: rgb(144,139,158); }

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

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

 span { border-color: rgb(144,139,158); }

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