Html Css Color HEX #8995AB Manatee

📋 copy color: '#8995AB'

red 137 ◦ green 149 ◦ blue 171

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

Shades of Manatee #8995AB

Tints of Manatee #8995AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

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

R = 29.98%
G = 32.6%
B = 37.42%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8995AB (or 0x8995AB) is known color: Manatee. HEX triplet: 89, 95 and AB. RGB value is (137,149,171). Sum of RGB (Red+Green+Blue) = 137+149+171=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #8995AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8995AB is #766A54. Grayscale: #939393. Windows color (decimal): -7760469 or 11244937. OLE color: 11244937.

HSL color Cylindrical-coordinate representation of color #8995AB: hue angle of 218.82º 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 #8995AB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 149 171 -
CMYK 0.20 0.13 0 0.33
HSL 218.82º 0.17% 0.6% -
HSV(B) 218.82º 0.2% 0.67% -
XYZ 28.41 29.75 42.77 -
YUV 147.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 137 149 171 0.20 0.13 0 0.33 218.82 0.17 0.6
Hex 89 95 AB 14 D 0 21 DB 11 3C
Octal 211 225 253 24 15 0 41 333 21 74
Binary 10001001 10010101 10101011 10100 1101 0 100001 11011011 10001 111100

Color Harmonies of #8995AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995AB

Black with #8995AB

Text Example


Text Example

White with #8995AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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