Html Css Color HEX #898CA5 Manatee

📋 copy color: '#898CA5'

red 137 ◦ green 140 ◦ blue 165

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

Shades of Manatee #898CA5

Tints of Manatee #898CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.33%

R = 31%
G = 31.67%
B = 37.33%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#898CA5 (or 0x898CA5) is known color: Manatee. HEX triplet: 89, 8C and A5. RGB value is (137,140,165). Sum of RGB (Red+Green+Blue) = 137+140+165=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 165 - color contains mainly: blue. Hex color #898CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898CA5 is #76735A. Grayscale: #8D8D8D. Windows color (decimal): -7762779 or 10849417. OLE color: 10849417.

HSL color Cylindrical-coordinate representation of color #898CA5: hue angle of 233.57º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898CA5 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 137 140 165 -
CMYK 0.17 0.15 0 0.35
HSL 233.57º 0.13% 0.59% -
HSV(B) 233.57º 0.17% 0.65% -
XYZ 26.49 26.79 39.37 -
YUV 141.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 137 140 165 0.17 0.15 0 0.35 233.57 0.13 0.59
Hex 89 8C A5 11 F 0 23 EA D 3B
Octal 211 214 245 21 17 0 43 352 15 73
Binary 10001001 10001100 10100101 10001 1111 0 100011 11101010 1101 111011

Color Harmonies of #898CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CA5

Black with #898CA5

Text Example


Text Example

White with #898CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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