#908AAF

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

Shades of Grey Suit #908AAF

Tints of Grey Suit #908AAF

Color information

#908AAF (or 0x908AAF) is unknown color: approx Grey Suit. HEX triplet: 90, 8A and AF. RGB value is (144,138,175). Sum of RGB (Red+Green+Blue) = 144+138+175=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #908AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908AAF is #6F7550. Grayscale: #8F8F8F. Windows color (decimal): -7304529 or 11504272. OLE color: 11504272.

HSL color Cylindrical-coordinate representation of color #908AAF: hue angle of 249.73º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908AAF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144138175-
CMYK0.180.2100.31
HSL249.73º18.78%61.37%-
HSV(B)249.73º21.14%68.63%-
XYZ28.3327.244.31-
YUV144.01145.49127.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=31.51%
G=30.20%
B=38.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441381750.180.2100.31249.7318.7861.37
Hex908AAF121501Ffa133d
Octal22021225722250373722375
Binary10010000100010101010111110010101010111111111101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,138,175); }

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

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

 a { background-color: rgb(144,138,175); }

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

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

 span { border-color: rgb(144,138,175); }

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