Html Css Color HEX #898A93 Manatee

📋 copy color: '#898A93'

red 137 ◦ green 138 ◦ blue 147

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

Shades of Manatee #898A93

Tints of Manatee #898A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 32.46%
G = 32.7%
B = 34.83%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898A93 (or 0x898A93) is known color: Manatee. HEX triplet: 89, 8A and 93. RGB value is (137,138,147). Sum of RGB (Red+Green+Blue) = 137+138+147=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #898A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898A93 is #76756C. Grayscale: #8A8A8A. Windows color (decimal): -7763309 or 9669257. OLE color: 9669257.

HSL color Cylindrical-coordinate representation of color #898A93: hue angle of 234º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898A93 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 138 147 -
CMYK 0.07 0.06 0 0.42
HSL 234º 0.04% 0.56% -
HSV(B) 234º 0.07% 0.58% -
XYZ 24.67 25.6 31.25 -
YUV 138.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 137 138 147 0.07 0.06 0 0.42 234 0.04 0.56
Hex 89 8A 93 7 6 0 2A EA 4 38
Octal 211 212 223 7 6 0 52 352 4 70
Binary 10001001 10001010 10010011 111 110 0 101010 11101010 100 111000

Color Harmonies of #898A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898A93

Black with #898A93

Text Example


Text Example

White with #898A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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