Html Css Color HEX #898CA1 Manatee

📋 copy color: '#898CA1'

red 137 ◦ green 140 ◦ blue 161

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

Shades of Manatee #898CA1

Tints of Manatee #898CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 31.28%
G = 31.96%
B = 36.76%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#898CA1 (or 0x898CA1) is known color: Manatee. HEX triplet: 89, 8C and A1. RGB value is (137,140,161). Sum of RGB (Red+Green+Blue) = 137+140+161=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 161 - color contains mainly: blue. Hex color #898CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898CA1 is #76735E. Grayscale: #8D8D8D. Windows color (decimal): -7762783 or 10587273. OLE color: 10587273.

HSL color Cylindrical-coordinate representation of color #898CA1: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898CA1 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 140 161 -
CMYK 0.15 0.13 0 0.37
HSL 232.5º 0.11% 0.58% -
HSV(B) 232.5º 0.15% 0.63% -
XYZ 26.13 26.65 37.48 -
YUV 141.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 137 140 161 0.15 0.13 0 0.37 232.5 0.11 0.58
Hex 89 8C A1 F D 0 25 E8 B 3A
Octal 211 214 241 17 15 0 45 350 13 72
Binary 10001001 10001100 10100001 1111 1101 0 100101 11101000 1011 111010

Color Harmonies of #898CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CA1

Black with #898CA1

Text Example


Text Example

White with #898CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898CA1; }

 p { color: rgb(137,140,161); }

 H1.HeaderClassName
 {
   color: #898CA1;
 }
 .AnyTagClassName
 {
   color: #898CA1;
 }
</style>

background-color css

<style>
 a { background-color: #898CA1; }

 a { background-color: rgb(137,140,161); }

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

border-color css

<style>
 span { border-color: #898CA1; }

 span { border-color: rgb(137,140,161); }

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