#908DAB

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

Shades of Grey Suit #908DAB

Tints of Grey Suit #908DAB

Color information

#908DAB (or 0x908DAB) is unknown color: approx Grey Suit. HEX triplet: 90, 8D and AB. RGB value is (144,141,171). Sum of RGB (Red+Green+Blue) = 144+141+171=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #908DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908DAB is #6F7254. Grayscale: #919191. Windows color (decimal): -7303765 or 11242896. OLE color: 11242896.

HSL color Cylindrical-coordinate representation of color #908DAB: hue angle of 246º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908DAB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144141171-
CMYK0.160.1800.33
HSL246º15.15%61.18%-
HSV(B)246º17.54%67.06%-
XYZ28.3827.9242.42-
YUV145.32142.49127.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=31.58%
G=30.92%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441411710.160.1800.3324615.1561.18
Hex908DAB1012021f6f3d
Octal22021525320220413661775
Binary10010000100011011010101110000100100100001111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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