#9196AF

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

Shades of Manatee #9196AF

Tints of Manatee #9196AF

Color information

#9196AF (or 0x9196AF) is unknown color: approx Manatee. HEX triplet: 91, 96 and AF. RGB value is (145,150,175). Sum of RGB (Red+Green+Blue) = 145+150+175=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 150 (58.98% from 255 or 31.91% 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 #9196AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9196AF is #6E6950. Grayscale: #979797. Windows color (decimal): -7235921 or 11507345. OLE color: 11507345.

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

Color convert

RGB145150175-
CMYK0.170.1400.31
HSL230º15.79%62.75%-
HSV(B)230º17.14%68.63%-
XYZ30.3230.9344.93-
YUV151.35141.34123.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=30.85%
G=31.91%
B=37.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451501750.170.1400.3123015.7962.75
Hex9196AF11E01Fe6103f
Octal22122625721160373462077
Binary1001000110010110101011111000111100111111110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,150,175); }

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

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

 a { background-color: rgb(145,150,175); }

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

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

 span { border-color: rgb(145,150,175); }

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