Html Css Color HEX #84899D Manatee

📋 copy color: '#84899D'

red 132 ◦ green 137 ◦ blue 157

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

Shades of Manatee #84899D

Tints of Manatee #84899D

RGB

 RED value IS 132 (51.95% from 255) = 30.99%

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 30.99%
G = 32.16%
B = 36.85%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84899D (or 0x84899D) is known color: Manatee. HEX triplet: 84, 89 and 9D. RGB value is (132,137,157). Sum of RGB (Red+Green+Blue) = 132+137+157=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #84899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84899D is #7B7662. Grayscale: #898989. Windows color (decimal): -8091235 or 10324356. OLE color: 10324356.

HSL color Cylindrical-coordinate representation of color #84899D: hue angle of 228º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84899D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 137 157 -
CMYK 0.16 0.13 0 0.38
HSL 228º 0.11% 0.57% -
HSV(B) 228º 0.16% 0.62% -
XYZ 24.55 25.23 35.47 -
YUV 137.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 132 137 157 0.16 0.13 0 0.38 228 0.11 0.57
Hex 84 89 9D 10 D 0 26 E4 B 39
Octal 204 211 235 20 15 0 46 344 13 71
Binary 10000100 10001001 10011101 10000 1101 0 100110 11100100 1011 111001

Color Harmonies of #84899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84899D

Black with #84899D

Text Example


Text Example

White with #84899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84899D; }

 p { color: rgb(132,137,157); }

 H1.HeaderClassName
 {
   color: #84899D;
 }
 .AnyTagClassName
 {
   color: #84899D;
 }
</style>

background-color css

<style>
 a { background-color: #84899D; }

 a { background-color: rgb(132,137,157); }

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

border-color css

<style>
 span { border-color: #84899D; }

 span { border-color: rgb(132,137,157); }

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