#908DAE

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

Shades of Grey Suit #908DAE

Tints of Grey Suit #908DAE

Color information

#908DAE (or 0x908DAE) is unknown color: approx Grey Suit. HEX triplet: 90, 8D and AE. RGB value is (144,141,174). Sum of RGB (Red+Green+Blue) = 144+141+174=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #908DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908DAE is #6F7251. Grayscale: #919191. Windows color (decimal): -7303762 or 11439504. OLE color: 11439504.

HSL color Cylindrical-coordinate representation of color #908DAE: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908DAE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144141174-
CMYK0.170.1900.32
HSL245.45º16.92%61.76%-
HSV(B)245.45º18.97%68.24%-
XYZ28.6728.0443.94-
YUV145.66143.99126.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=31.37%
G=30.72%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441411740.170.1900.32245.4516.9261.76
Hex908DAE1113020f5113e
Octal22021525621230403652176
Binary100100001000110110101110100011001101000001111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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