#9B94AA

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

Shades of Grey Suit #9B94AA

Tints of Grey Suit #9B94AA

Color information

#9B94AA (or 0x9B94AA) is unknown color: approx Grey Suit. HEX triplet: 9B, 94 and AA. RGB value is (155,148,170). Sum of RGB (Red+Green+Blue) = 155+148+170=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B94AA is #646B55. Grayscale: #989898. Windows color (decimal): -6581078 or 11179163. OLE color: 11179163.

HSL color Cylindrical-coordinate representation of color #9B94AA: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B94AA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155148170-
CMYK0.090.1300.33
HSL259.09º11.46%62.35%-
HSV(B)259.09º12.94%66.67%-
XYZ31.3631.0542.37-
YUV152.6137.82129.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=32.77%
G=31.29%
B=35.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551481700.090.1300.33259.0911.4662.35
Hex9B94AA9D021103b3e
Octal23322425211150414031376
Binary1001101110010100101010101001110101000011000000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B94AA; }

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

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

<style>
 a { background-color: #9B94AA; }

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

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

<style>
 span { border-color: #9B94AA; }

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

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