Html Css Color HEX #8991AD Manatee

📋 copy color: '#8991AD'

red 137 ◦ green 145 ◦ blue 173

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

Shades of Manatee #8991AD

Tints of Manatee #8991AD

RGB

 RED value IS 137 (53.91% from 255) = 30.11%

 GREEN value IS 145 (57.03% from 255) = 31.87%

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

R = 30.11%
G = 31.87%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8991AD (or 0x8991AD) is known color: Manatee. HEX triplet: 89, 91 and AD. RGB value is (137,145,173). Sum of RGB (Red+Green+Blue) = 137+145+173=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #8991AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8991AD is #766E52. Grayscale: #919191. Windows color (decimal): -7761491 or 11374985. OLE color: 11374985.

HSL color Cylindrical-coordinate representation of color #8991AD: hue angle of 226.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8991AD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 145 173 -
CMYK 0.21 0.16 0 0.32
HSL 226.67º 0.18% 0.61% -
HSV(B) 226.67º 0.21% 0.68% -
XYZ 27.98 28.59 43.58 -
YUV 145.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 137 145 173 0.21 0.16 0 0.32 226.67 0.18 0.61
Hex 89 91 AD 15 10 0 20 E3 12 3D
Octal 211 221 255 25 20 0 40 343 22 75
Binary 10001001 10010001 10101101 10101 10000 0 100000 11100011 10010 111101

Color Harmonies of #8991AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991AD

Black with #8991AD

Text Example


Text Example

White with #8991AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,145,173); }

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

background-color css

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

 a { background-color: rgb(137,145,173); }

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

border-color css

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

 span { border-color: rgb(137,145,173); }

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