#9396A7

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

Shades of Manatee #9396A7

Tints of Manatee #9396A7

Color information

#9396A7 (or 0x9396A7) is unknown color: approx Manatee. HEX triplet: 93, 96 and A7. RGB value is (147,150,167). Sum of RGB (Red+Green+Blue) = 147+150+167=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 167 - color contains mainly: blue. Hex color #9396A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9396A7 is #6C6958. Grayscale: #969696. Windows color (decimal): -7104857 or 10983059. OLE color: 10983059.

HSL color Cylindrical-coordinate representation of color #9396A7: hue angle of 231º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9396A7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB147150167-
CMYK0.120.1000.35
HSL231º10.2%61.57%-
HSV(B)231º11.98%65.49%-
XYZ29.9130.8140.93-
YUV151.04137.01125.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=31.68%
G=32.33%
B=35.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471501670.120.1000.3523110.261.57
Hex9396A7CA023e7a3e
Octal22322624714120433471276
Binary100100111001011010100111110010100100011111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9396A7; }

 p { color: rgb(147,150,167); }

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

<style>
 a { background-color: #9396A7; }

 a { background-color: rgb(147,150,167); }

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

<style>
 span { border-color: #9396A7; }

 span { border-color: rgb(147,150,167); }

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