#949AA9

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

Shades of Manatee #949AA9

Tints of Manatee #949AA9

Color information

#949AA9 (or 0x949AA9) is unknown color: approx Manatee. HEX triplet: 94, 9A and A9. RGB value is (148,154,169). Sum of RGB (Red+Green+Blue) = 148+154+169=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #949AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AA9 is #6B6556. Grayscale: #999999. Windows color (decimal): -7038295 or 11115156. OLE color: 11115156.

HSL color Cylindrical-coordinate representation of color #949AA9: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949AA9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB148154169-
CMYK0.120.0900.34
HSL222.86º10.88%62.16%-
HSV(B)222.86º12.43%66.27%-
XYZ30.9332.2742.14-
YUV153.92136.51123.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=31.42%
G=32.70%
B=35.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481541690.120.0900.34222.8610.8862.16
Hex949AA9C9022dfb3e
Octal22423225114110423371376
Binary100101001001101010101001110010010100010110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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