#9085AA

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

Shades of Grey Suit #9085AA

Tints of Grey Suit #9085AA

Color information

#9085AA (or 0x9085AA) is unknown color: approx Grey Suit. HEX triplet: 90, 85 and AA. RGB value is (144,133,170). Sum of RGB (Red+Green+Blue) = 144+133+170=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9085AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9085AA is #6F7A55. Grayscale: #8C8C8C. Windows color (decimal): -7305814 or 11175312. OLE color: 11175312.

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

Color convert

RGB144133170-
CMYK0.150.2200.33
HSL257.84º17.87%59.41%-
HSV(B)257.84º21.76%66.67%-
XYZ27.1425.6141.54-
YUV140.51144.64130.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=32.21%
G=29.75%
B=38.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441331700.150.2200.33257.8417.8759.41
Hex9085AAF16021102123b
Octal22020525217260414022273
Binary100100001000010110101010111110110010000110000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9085AA; }

 p { color: rgb(144,133,170); }

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

<style>
 a { background-color: #9085AA; }

 a { background-color: rgb(144,133,170); }

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

<style>
 span { border-color: #9085AA; }

 span { border-color: rgb(144,133,170); }

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