#9089AD

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

Shades of Grey Suit #9089AD

Tints of Grey Suit #9089AD

Color information

#9089AD (or 0x9089AD) is unknown color: approx Grey Suit. HEX triplet: 90, 89 and AD. RGB value is (144,137,173). Sum of RGB (Red+Green+Blue) = 144+137+173=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #9089AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9089AD is #6F7652. Grayscale: #8F8F8F. Windows color (decimal): -7304787 or 11372944. OLE color: 11372944.

HSL color Cylindrical-coordinate representation of color #9089AD: hue angle of 251.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9089AD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144137173-
CMYK0.170.2100.32
HSL251.67º18%60.78%-
HSV(B)251.67º20.81%67.84%-
XYZ27.9926.8443.24-
YUV143.2144.82128.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.72%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=31.72%
G=30.18%
B=38.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441371730.170.2100.32251.671860.78
Hex9089AD1115020fc123d
Octal22021125521250403742275
Binary100100001000100110101101100011010101000001111110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9089AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9089AD; }

 p { color: rgb(144,137,173); }

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

<style>
 a { background-color: #9089AD; }

 a { background-color: rgb(144,137,173); }

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

<style>
 span { border-color: #9089AD; }

 span { border-color: rgb(144,137,173); }

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