#9198AB

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

Shades of Manatee #9198AB

Tints of Manatee #9198AB

Color information

#9198AB (or 0x9198AB) is unknown color: approx Manatee. HEX triplet: 91, 98 and AB. RGB value is (145,152,171). Sum of RGB (Red+Green+Blue) = 145+152+171=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9198AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9198AB is #6E6754. Grayscale: #979797. Windows color (decimal): -7235413 or 11245713. OLE color: 11245713.

HSL color Cylindrical-coordinate representation of color #9198AB: hue angle of 223.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9198AB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145152171-
CMYK0.150.1100.33
HSL223.85º13.4%61.96%-
HSV(B)223.85º15.2%67.06%-
XYZ30.2631.4243-
YUV152.07138.68122.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=30.98%
G=32.48%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451521710.150.1100.33223.8513.461.96
Hex9198ABFB021e0d3e
Octal22123025317130413401576
Binary100100011001100010101011111110110100001111000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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