#9397AF

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

Shades of Manatee #9397AF

Tints of Manatee #9397AF

Color information

#9397AF (or 0x9397AF) is unknown color: approx Manatee. HEX triplet: 93, 97 and AF. RGB value is (147,151,175). Sum of RGB (Red+Green+Blue) = 147+151+175=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #9397AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9397AF is #6C6850. Grayscale: #989898. Windows color (decimal): -7104593 or 11507603. OLE color: 11507603.

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

Color convert

RGB147151175-
CMYK0.160.1400.31
HSL231.43º14.89%63.14%-
HSV(B)231.43º16%68.63%-
XYZ30.8431.4345-
YUV152.54140.67124.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=31.08%
G=31.92%
B=37.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471511750.160.1400.31231.4314.8963.14
Hex9397AF10E01Fe7f3f
Octal22322725720160373471777
Binary100100111001011110101111100001110011111111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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