#9097AF

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

Shades of Manatee #9097AF

Tints of Manatee #9097AF

Color information

#9097AF (or 0x9097AF) is unknown color: approx Manatee. HEX triplet: 90, 97 and AF. RGB value is (144,151,175). Sum of RGB (Red+Green+Blue) = 144+151+175=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9097AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9097AF is #6F6850. Grayscale: #979797. Windows color (decimal): -7301201 or 11507600. OLE color: 11507600.

HSL color Cylindrical-coordinate representation of color #9097AF: hue angle of 226.45º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9097AF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144151175-
CMYK0.180.1400.31
HSL226.45º16.23%62.55%-
HSV(B)226.45º17.71%68.63%-
XYZ30.3131.1644.97-
YUV151.64141.18122.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.64%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=30.64%
G=32.13%
B=37.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441511750.180.1400.31226.4516.2362.55
Hex9097AF12E01Fe2103f
Octal22022725722160373422077
Binary1001000010010111101011111001011100111111110001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9097AF; }

 p { color: rgb(144,151,175); }

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

<style>
 a { background-color: #9097AF; }

 a { background-color: rgb(144,151,175); }

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

<style>
 span { border-color: #9097AF; }

 span { border-color: rgb(144,151,175); }

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