#9298AB

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

Shades of Manatee #9298AB

Tints of Manatee #9298AB

Color information

#9298AB (or 0x9298AB) is unknown color: approx Manatee. HEX triplet: 92, 98 and AB. RGB value is (146,152,171). Sum of RGB (Red+Green+Blue) = 146+152+171=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9298AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9298AB is #6D6754. Grayscale: #989898. Windows color (decimal): -7169877 or 11245714. OLE color: 11245714.

HSL color Cylindrical-coordinate representation of color #9298AB: hue angle of 225.6º 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 #9298AB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146152171-
CMYK0.150.1100.33
HSL225.6º12.95%62.16%-
HSV(B)225.6º14.62%67.06%-
XYZ30.4331.5143.01-
YUV152.37138.51123.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=31.13%
G=32.41%
B=36.46%

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
Decimal1461521710.150.1100.33225.612.9562.16
Hex9298ABFB021e2d3e
Octal22223025317130413421576
Binary100100101001100010101011111110110100001111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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