Html Css Color HEX #8993AD Manatee

📋 copy color: '#8993AD'

red 137 ◦ green 147 ◦ blue 173

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

Shades of Manatee #8993AD

Tints of Manatee #8993AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

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

R = 29.98%
G = 32.17%
B = 37.86%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8993AD (or 0x8993AD) is known color: Manatee. HEX triplet: 89, 93 and AD. RGB value is (137,147,173). Sum of RGB (Red+Green+Blue) = 137+147+173=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #8993AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8993AD is #766C52. Grayscale: #929292. Windows color (decimal): -7760979 or 11375497. OLE color: 11375497.

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

Color convert

RGB 137 147 173 -
CMYK 0.21 0.15 0 0.32
HSL 223.33º 0.18% 0.61% -
HSV(B) 223.33º 0.21% 0.68% -
XYZ 28.29 29.2 43.68 -
YUV 146.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 137 147 173 0.21 0.15 0 0.32 223.33 0.18 0.61
Hex 89 93 AD 15 F 0 20 DF 12 3D
Octal 211 223 255 25 17 0 40 337 22 75
Binary 10001001 10010011 10101101 10101 1111 0 100000 11011111 10010 111101

Color Harmonies of #8993AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8993AD

Black with #8993AD

Text Example


Text Example

White with #8993AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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