Html Css Color HEX #8993AB Manatee

📋 copy color: '#8993AB'

red 137 ◦ green 147 ◦ blue 171

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

Shades of Manatee #8993AB

Tints of Manatee #8993AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 30.11%
G = 32.31%
B = 37.58%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8993AB (or 0x8993AB) is known color: Manatee. HEX triplet: 89, 93 and AB. RGB value is (137,147,171). Sum of RGB (Red+Green+Blue) = 137+147+171=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #8993AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8993AB is #766C54. Grayscale: #929292. Windows color (decimal): -7760981 or 11244425. OLE color: 11244425.

HSL color Cylindrical-coordinate representation of color #8993AB: hue angle of 222.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8993AB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 147 171 -
CMYK 0.20 0.14 0 0.33
HSL 222.35º 0.17% 0.6% -
HSV(B) 222.35º 0.2% 0.67% -
XYZ 28.1 29.13 42.67 -
YUV 146.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 137 147 171 0.20 0.14 0 0.33 222.35 0.17 0.6
Hex 89 93 AB 14 E 0 21 DE 11 3C
Octal 211 223 253 24 16 0 41 336 21 74
Binary 10001001 10010011 10101011 10100 1110 0 100001 11011110 10001 111100

Color Harmonies of #8993AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8993AB

Black with #8993AB

Text Example


Text Example

White with #8993AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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