#9496AB

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

Shades of Manatee #9496AB

Tints of Manatee #9496AB

Color information

#9496AB (or 0x9496AB) is unknown color: approx Manatee. HEX triplet: 94, 96 and AB. RGB value is (148,150,171). Sum of RGB (Red+Green+Blue) = 148+150+171=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9496AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9496AB is #6B6954. Grayscale: #979797. Windows color (decimal): -7039317 or 11245204. OLE color: 11245204.

HSL color Cylindrical-coordinate representation of color #9496AB: hue angle of 234.78º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9496AB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148150171-
CMYK0.130.1200.33
HSL234.78º12.04%62.55%-
HSV(B)234.78º13.45%67.06%-
XYZ30.4731.0542.92-
YUV151.8138.84125.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=31.56%
G=31.98%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481501710.130.1200.33234.7812.0462.55
Hex9496ABDC021ebc3f
Octal22422625315140413531477
Binary100101001001011010101011110111000100001111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9496AB; }

 p { color: rgb(148,150,171); }

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

<style>
 a { background-color: #9496AB; }

 a { background-color: rgb(148,150,171); }

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

<style>
 span { border-color: #9496AB; }

 span { border-color: rgb(148,150,171); }

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