#9A9DAA

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

Shades of Manatee #9A9DAA

Tints of Manatee #9A9DAA

Color information

#9A9DAA (or 0x9A9DAA) is unknown color: approx Manatee. HEX triplet: 9A, 9D and AA. RGB value is (154,157,170). Sum of RGB (Red+Green+Blue) = 154+157+170=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A9DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9DAA is #656255. Grayscale: #9D9D9D. Windows color (decimal): -6644310 or 11181466. OLE color: 11181466.

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

Color convert

RGB154157170-
CMYK0.090.0800.33
HSL228.75º8.6%63.53%-
HSV(B)228.75º9.41%66.67%-
XYZ32.6433.8942.85-
YUV157.58135.01125.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=32.02%
G=32.64%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541571700.090.0800.33228.758.663.53
Hex9A9DAA98021e5940
Octal232235252111004134511100
Binary1001101010011101101010101001100001000011110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,157,170); }

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

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

 a { background-color: rgb(154,157,170); }

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

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

 span { border-color: rgb(154,157,170); }

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