Html Css Color HEX #9197AA Manatee

📋 copy color: '#9197AA'

red 145 ◦ green 151 ◦ blue 170

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

Shades of Manatee #9197AA

Tints of Manatee #9197AA

RGB

 RED value IS 145 (57.03% from 255) = 31.12%

 GREEN value IS 151 (59.38% from 255) = 32.4%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 31.12%
G = 32.4%
B = 36.48%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9197AA (or 0x9197AA) is known color: Manatee. HEX triplet: 91, 97 and AA. RGB value is (145,151,170). Sum of RGB (Red+Green+Blue) = 145+151+170=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #9197AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9197AA is #6E6855. Grayscale: #979797. Windows color (decimal): -7235670 or 11179921. OLE color: 11179921.

HSL color Cylindrical-coordinate representation of color #9197AA: hue angle of 225.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9197AA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 151 170 -
CMYK 0.15 0.11 0 0.33
HSL 225.6º 0.13% 0.62% -
HSV(B) 225.6º 0.15% 0.67% -
XYZ 30 31.06 42.44 -
YUV 151.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 145 151 170 0.15 0.11 0 0.33 225.6 0.13 0.62
Hex 91 97 AA F B 0 21 E2 D 3E
Octal 221 227 252 17 13 0 41 342 15 76
Binary 10010001 10010111 10101010 1111 1011 0 100001 11100010 1101 111110

Color Harmonies of #9197AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9197AA

Black with #9197AA

Text Example


Text Example

White with #9197AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9197AA; }

 p { color: rgb(145,151,170); }

 H1.HeaderClassName
 {
   color: #9197AA;
 }
 .AnyTagClassName
 {
   color: #9197AA;
 }
</style>

background-color css

<style>
 a { background-color: #9197AA; }

 a { background-color: rgb(145,151,170); }

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

border-color css

<style>
 span { border-color: #9197AA; }

 span { border-color: rgb(145,151,170); }

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