Html Css Color HEX #84889F Manatee

📋 copy color: '#84889F'

red 132 ◦ green 136 ◦ blue 159

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

Shades of Manatee #84889F

Tints of Manatee #84889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 30.91%
G = 31.85%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84889F (or 0x84889F) is known color: Manatee. HEX triplet: 84, 88 and 9F. RGB value is (132,136,159). Sum of RGB (Red+Green+Blue) = 132+136+159=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #84889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889F is #7B7760. Grayscale: #898989. Windows color (decimal): -8091489 or 10455172. OLE color: 10455172.

HSL color Cylindrical-coordinate representation of color #84889F: hue angle of 231.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84889F is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 136 159 -
CMYK 0.17 0.14 0 0.38
HSL 231.11º 0.12% 0.57% -
HSV(B) 231.11º 0.17% 0.62% -
XYZ 24.58 25.02 36.33 -
YUV 137.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 132 136 159 0.17 0.14 0 0.38 231.11 0.12 0.57
Hex 84 88 9F 11 E 0 26 E7 C 39
Octal 204 210 237 21 16 0 46 347 14 71
Binary 10000100 10001000 10011111 10001 1110 0 100110 11100111 1100 111001

Color Harmonies of #84889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84889F

Black with #84889F

Text Example


Text Example

White with #84889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84889F; }

 p { color: rgb(132,136,159); }

 H1.HeaderClassName
 {
   color: #84889F;
 }
 .AnyTagClassName
 {
   color: #84889F;
 }
</style>

background-color css

<style>
 a { background-color: #84889F; }

 a { background-color: rgb(132,136,159); }

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

border-color css

<style>
 span { border-color: #84889F; }

 span { border-color: rgb(132,136,159); }

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