Html Css Color HEX #898FB0 Manatee

📋 copy color: '#898FB0'

red 137 ◦ green 143 ◦ blue 176

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

Shades of Manatee #898FB0

Tints of Manatee #898FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 30.04%
G = 31.36%
B = 38.6%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#898FB0 (or 0x898FB0) is known color: Manatee. HEX triplet: 89, 8F and B0. RGB value is (137,143,176). Sum of RGB (Red+Green+Blue) = 137+143+176=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 176 - color contains mainly: blue. Hex color #898FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898FB0 is #76704F. Grayscale: #909090. Windows color (decimal): -7762000 or 11571081. OLE color: 11571081.

HSL color Cylindrical-coordinate representation of color #898FB0: hue angle of 230.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #898FB0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 143 176 -
CMYK 0.22 0.19 0 0.31
HSL 230.77º 0.2% 0.61% -
HSV(B) 230.77º 0.22% 0.69% -
XYZ 27.98 28.1 45.02 -
YUV 144.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 137 143 176 0.22 0.19 0 0.31 230.77 0.2 0.61
Hex 89 8F B0 16 13 0 1F E7 14 3D
Octal 211 217 260 26 23 0 37 347 24 75
Binary 10001001 10001111 10110000 10110 10011 0 11111 11100111 10100 111101

Color Harmonies of #898FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FB0

Black with #898FB0

Text Example


Text Example

White with #898FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,143,176); }

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

background-color css

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

 a { background-color: rgb(137,143,176); }

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

border-color css

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

 span { border-color: rgb(137,143,176); }

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