#9198AE

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

Shades of Manatee #9198AE

Tints of Manatee #9198AE

Color information

#9198AE (or 0x9198AE) is unknown color: approx Manatee. HEX triplet: 91, 98 and AE. RGB value is (145,152,174). Sum of RGB (Red+Green+Blue) = 145+152+174=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9198AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9198AE is #6E6751. Grayscale: #989898. Windows color (decimal): -7235410 or 11442321. OLE color: 11442321.

HSL color Cylindrical-coordinate representation of color #9198AE: hue angle of 225.52º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9198AE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145152174-
CMYK0.170.1300.32
HSL225.52º15.18%62.55%-
HSV(B)225.52º16.67%68.24%-
XYZ30.5531.5344.52-
YUV152.42140.18122.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=30.79%
G=32.27%
B=36.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451521740.170.1300.32225.5215.1862.55
Hex9198AE11D020e2f3f
Octal22123025621150403421777
Binary1001000110011000101011101000111010100000111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9198AE; }

 p { color: rgb(145,152,174); }

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

<style>
 a { background-color: #9198AE; }

 a { background-color: rgb(145,152,174); }

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

<style>
 span { border-color: #9198AE; }

 span { border-color: rgb(145,152,174); }

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