#9489AA

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

Shades of Grey Suit #9489AA

Tints of Grey Suit #9489AA

Color information

#9489AA (or 0x9489AA) is unknown color: approx Grey Suit. HEX triplet: 94, 89 and AA. RGB value is (148,137,170). Sum of RGB (Red+Green+Blue) = 148+137+170=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #9489AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9489AA is #6B7655. Grayscale: #8F8F8F. Windows color (decimal): -7042646 or 11176340. OLE color: 11176340.

HSL color Cylindrical-coordinate representation of color #9489AA: hue angle of 260º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9489AA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148137170-
CMYK0.130.1900.33
HSL260º16.26%60.2%-
HSV(B)260º19.41%66.67%-
XYZ28.4127.0941.76-
YUV144.05142.64130.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=32.53%
G=30.11%
B=37.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481371700.130.1900.3326016.2660.2
Hex9489AAD13021104103c
Octal22421125215230414042074
Binary100101001000100110101010110110011010000110000010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9489AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,137,170); }

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

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

 a { background-color: rgb(148,137,170); }

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

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

 span { border-color: rgb(148,137,170); }

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