Html Css Color HEX #84848D Manatee

📋 copy color: '#84848D'

red 132 ◦ green 132 ◦ blue 141

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

Shades of Manatee #84848D

Tints of Manatee #84848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 32.59%
G = 32.59%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84848D (or 0x84848D) is known color: Manatee. HEX triplet: 84, 84 and 8D. RGB value is (132,132,141). Sum of RGB (Red+Green+Blue) = 132+132+141=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 141 - color contains mainly: blue. Hex color #84848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84848D is #7B7B72. Grayscale: #848484. Windows color (decimal): -8092531 or 9274500. OLE color: 9274500.

HSL color Cylindrical-coordinate representation of color #84848D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84848D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 132 141 -
CMYK 0.06 0.06 0 0.45
HSL 240º 0.04% 0.54% -
HSV(B) 240º 0.06% 0.55% -
XYZ 22.57 23.33 28.51 -
YUV 133.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 132 132 141 0.06 0.06 0 0.45 240 0.04 0.54
Hex 84 84 8D 6 6 0 2D F0 4 36
Octal 204 204 215 6 6 0 55 360 4 66
Binary 10000100 10000100 10001101 110 110 0 101101 11110000 100 110110

Color Harmonies of #84848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84848D

Black with #84848D

Text Example


Text Example

White with #84848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,132,141); }

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

background-color css

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

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

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

border-color css

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

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

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