#9498AA

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

Shades of Manatee #9498AA

Tints of Manatee #9498AA

Color information

#9498AA (or 0x9498AA) is unknown color: approx Manatee. HEX triplet: 94, 98 and AA. RGB value is (148,152,170). Sum of RGB (Red+Green+Blue) = 148+152+170=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #9498AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498AA is #6B6755. Grayscale: #989898. Windows color (decimal): -7038806 or 11180180. OLE color: 11180180.

HSL color Cylindrical-coordinate representation of color #9498AA: hue angle of 229.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 #9498AA is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148152170-
CMYK0.130.1100.33
HSL229.09º11.46%62.35%-
HSV(B)229.09º12.94%66.67%-
XYZ30.731.6542.52-
YUV152.86137.67124.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=31.49%
G=32.34%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481521700.130.1100.33229.0911.4662.35
Hex9498AADB021e5b3e
Octal22423025215130413451376
Binary100101001001100010101010110110110100001111001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9498AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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