Html Css Color HEX #9396A0 Manatee

📋 copy color: '#9396A0'

red 147 ◦ green 150 ◦ blue 160

#9396A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #9396A0

Tints of Manatee #9396A0

RGB

 RED value IS 147 (57.81% from 255) = 32.17%

 GREEN value IS 150 (58.98% from 255) = 32.82%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 32.17%
G = 32.82%
B = 35.01%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9396A0 (or 0x9396A0) is known color: Manatee. HEX triplet: 93, 96 and A0. RGB value is (147,150,160). Sum of RGB (Red+Green+Blue) = 147+150+160=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 160 - color contains mainly: blue. Hex color #9396A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9396A0 is #6C695F. Grayscale: #969696. Windows color (decimal): -7104864 or 10524307. OLE color: 10524307.

HSL color Cylindrical-coordinate representation of color #9396A0: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9396A0 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 150 160 -
CMYK 0.08 0.06 0 0.37
HSL 226.15º 0.06% 0.6% -
HSV(B) 226.15º 0.08% 0.63% -
XYZ 29.28 30.55 37.61 -
YUV 150.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 147 150 160 0.08 0.06 0 0.37 226.15 0.06 0.6
Hex 93 96 A0 8 6 0 25 E2 6 3C
Octal 223 226 240 10 6 0 45 342 6 74
Binary 10010011 10010110 10100000 1000 110 0 100101 11100010 110 111100

Color Harmonies of #9396A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396A0

Black with #9396A0

Text Example


Text Example

White with #9396A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9396A0;
 }
 .AnyTagClassName
 {
   color: #9396A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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