Html Css Color HEX #9397AE Manatee

📋 copy color: '#9397AE'

red 147 ◦ green 151 ◦ blue 174

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

Shades of Manatee #9397AE

Tints of Manatee #9397AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 31.14%
G = 31.99%
B = 36.86%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9397AE (or 0x9397AE) is known color: Manatee. HEX triplet: 93, 97 and AE. RGB value is (147,151,174). Sum of RGB (Red+Green+Blue) = 147+151+174=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #9397AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9397AE is #6C6851. Grayscale: #989898. Windows color (decimal): -7104594 or 11442067. OLE color: 11442067.

HSL color Cylindrical-coordinate representation of color #9397AE: hue angle of 231.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9397AE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 151 174 -
CMYK 0.16 0.13 0 0.32
HSL 231.11º 0.14% 0.63% -
HSV(B) 231.11º 0.16% 0.68% -
XYZ 30.74 31.39 44.48 -
YUV 152.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 147 151 174 0.16 0.13 0 0.32 231.11 0.14 0.63
Hex 93 97 AE 10 D 0 20 E7 E 3F
Octal 223 227 256 20 15 0 40 347 16 77
Binary 10010011 10010111 10101110 10000 1101 0 100000 11100111 1110 111111

Color Harmonies of #9397AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9397AE

Black with #9397AE

Text Example


Text Example

White with #9397AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9397AE; }

 p { color: rgb(147,151,174); }

 H1.HeaderClassName
 {
   color: #9397AE;
 }
 .AnyTagClassName
 {
   color: #9397AE;
 }
</style>

background-color css

<style>
 a { background-color: #9397AE; }

 a { background-color: rgb(147,151,174); }

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

border-color css

<style>
 span { border-color: #9397AE; }

 span { border-color: rgb(147,151,174); }

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