Html Css Color HEX #9399AD Manatee

📋 copy color: '#9399AD'

red 147 ◦ green 153 ◦ blue 173

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

Shades of Manatee #9399AD

Tints of Manatee #9399AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 31.08%
G = 32.35%
B = 36.58%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9399AD (or 0x9399AD) is known color: Manatee. HEX triplet: 93, 99 and AD. RGB value is (147,153,173). Sum of RGB (Red+Green+Blue) = 147+153+173=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #9399AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9399AD is #6C6652. Grayscale: #999999. Windows color (decimal): -7104083 or 11377043. OLE color: 11377043.

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

Color convert

RGB 147 153 173 -
CMYK 0.15 0.12 0 0.32
HSL 226.15º 0.14% 0.63% -
HSV(B) 226.15º 0.15% 0.68% -
XYZ 30.97 32 44.08 -
YUV 153.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 147 153 173 0.15 0.12 0 0.32 226.15 0.14 0.63
Hex 93 99 AD F C 0 20 E2 E 3F
Octal 223 231 255 17 14 0 40 342 16 77
Binary 10010011 10011001 10101101 1111 1100 0 100000 11100010 1110 111111

Color Harmonies of #9399AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9399AD

Black with #9399AD

Text Example


Text Example

White with #9399AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9399AD; }

 p { color: rgb(147,153,173); }

 H1.HeaderClassName
 {
   color: #9399AD;
 }
 .AnyTagClassName
 {
   color: #9399AD;
 }
</style>

background-color css

<style>
 a { background-color: #9399AD; }

 a { background-color: rgb(147,153,173); }

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

border-color css

<style>
 span { border-color: #9399AD; }

 span { border-color: rgb(147,153,173); }

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