Html Css Color HEX #9497AA Manatee

📋 copy color: '#9497AA'

red 148 ◦ green 151 ◦ blue 170

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

Shades of Manatee #9497AA

Tints of Manatee #9497AA

RGB

 RED value IS 148 (58.2% from 255) = 31.56%

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

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

R = 31.56%
G = 32.2%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9497AA (or 0x9497AA) is known color: Manatee. HEX triplet: 94, 97 and AA. RGB value is (148,151,170). Sum of RGB (Red+Green+Blue) = 148+151+170=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #9497AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9497AA is #6B6855. Grayscale: #989898. Windows color (decimal): -7039062 or 11179924. OLE color: 11179924.

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

Color convert

RGB 148 151 170 -
CMYK 0.13 0.11 0 0.33
HSL 231.82º 0.11% 0.62% -
HSV(B) 231.82º 0.13% 0.67% -
XYZ 30.54 31.33 42.47 -
YUV 152.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 148 151 170 0.13 0.11 0 0.33 231.82 0.11 0.62
Hex 94 97 AA D B 0 21 E8 B 3E
Octal 224 227 252 15 13 0 41 350 13 76
Binary 10010100 10010111 10101010 1101 1011 0 100001 11101000 1011 111110

Color Harmonies of #9497AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497AA

Black with #9497AA

Text Example


Text Example

White with #9497AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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