#949AAA

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

Shades of Manatee #949AAA

Tints of Manatee #949AAA

Color information

#949AAA (or 0x949AAA) is unknown color: approx Manatee. HEX triplet: 94, 9A and AA. RGB value is (148,154,170). Sum of RGB (Red+Green+Blue) = 148+154+170=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #949AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AAA is #6B6555. Grayscale: #999999. Windows color (decimal): -7038294 or 11180692. OLE color: 11180692.

HSL color Cylindrical-coordinate representation of color #949AAA: hue angle of 223.64º 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 #949AAA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148154170-
CMYK0.130.0900.33
HSL223.64º11.46%62.35%-
HSV(B)223.64º12.94%66.67%-
XYZ31.0232.3142.63-
YUV154.03137.01123.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=31.36%
G=32.63%
B=36.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481541700.130.0900.33223.6411.4662.35
Hex949AAAD9021e0b3e
Octal22423225215110413401376
Binary100101001001101010101010110110010100001111000001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949AAA; }

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

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

<style>
 a { background-color: #949AAA; }

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

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

<style>
 span { border-color: #949AAA; }

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

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