#9298AE

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

Shades of Manatee #9298AE

Tints of Manatee #9298AE

Color information

#9298AE (or 0x9298AE) is unknown color: approx Manatee. HEX triplet: 92, 98 and AE. RGB value is (146,152,174). Sum of RGB (Red+Green+Blue) = 146+152+174=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #9298AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9298AE is #6D6751. Grayscale: #989898. Windows color (decimal): -7169874 or 11442322. OLE color: 11442322.

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

Color convert

RGB146152174-
CMYK0.160.1300.32
HSL227.14º14.74%62.75%-
HSV(B)227.14º16.09%68.24%-
XYZ30.7231.6244.53-
YUV152.71140.01123.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=30.93%
G=32.20%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461521740.160.1300.32227.1414.7462.75
Hex9298AE10D020e3f3f
Octal22223025620150403431777
Binary1001001010011000101011101000011010100000111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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