Html Css Color HEX #9299AD Manatee

📋 copy color: '#9299AD'

red 146 ◦ green 153 ◦ blue 173

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

Shades of Manatee #9299AD

Tints of Manatee #9299AD

RGB

 RED value IS 146 (57.42% from 255) = 30.93%

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

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

R = 30.93%
G = 32.42%
B = 36.65%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9299AD (or 0x9299AD) is known color: Manatee. HEX triplet: 92, 99 and AD. RGB value is (146,153,173). Sum of RGB (Red+Green+Blue) = 146+153+173=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #9299AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299AD is #6D6652. Grayscale: #999999. Windows color (decimal): -7169619 or 11377042. OLE color: 11377042.

HSL color Cylindrical-coordinate representation of color #9299AD: hue angle of 224.44º 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 #9299AD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 153 173 -
CMYK 0.16 0.12 0 0.32
HSL 224.44º 0.14% 0.63% -
HSV(B) 224.44º 0.16% 0.68% -
XYZ 30.79 31.91 44.07 -
YUV 153.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 146 153 173 0.16 0.12 0 0.32 224.44 0.14 0.63
Hex 92 99 AD 10 C 0 20 E0 E 3F
Octal 222 231 255 20 14 0 40 340 16 77
Binary 10010010 10011001 10101101 10000 1100 0 100000 11100000 1110 111111

Color Harmonies of #9299AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9299AD

Black with #9299AD

Text Example


Text Example

White with #9299AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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