Html Css Color HEX #9398AA Manatee

📋 copy color: '#9398AA'

red 147 ◦ green 152 ◦ blue 170

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

Shades of Manatee #9398AA

Tints of Manatee #9398AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

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

R = 31.34%
G = 32.41%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9398AA (or 0x9398AA) is known color: Manatee. HEX triplet: 93, 98 and AA. RGB value is (147,152,170). Sum of RGB (Red+Green+Blue) = 147+152+170=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 152 (59.77% from 255 or 32.41% 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 #9398AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398AA is #6C6755. Grayscale: #989898. Windows color (decimal): -7104342 or 11180179. OLE color: 11180179.

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

Color convert

RGB 147 152 170 -
CMYK 0.14 0.11 0 0.33
HSL 226.96º 0.12% 0.62% -
HSV(B) 226.96º 0.14% 0.67% -
XYZ 30.52 31.56 42.51 -
YUV 152.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 147 152 170 0.14 0.11 0 0.33 226.96 0.12 0.62
Hex 93 98 AA E B 0 21 E3 C 3E
Octal 223 230 252 16 13 0 41 343 14 76
Binary 10010011 10011000 10101010 1110 1011 0 100001 11100011 1100 111110

Color Harmonies of #9398AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9398AA

Black with #9398AA

Text Example


Text Example

White with #9398AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,152,170); }

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

background-color css

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

 a { background-color: rgb(147,152,170); }

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

border-color css

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

 span { border-color: rgb(147,152,170); }

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