Html Css Color HEX #84848B Manatee

📋 copy color: '#84848B'

red 132 ◦ green 132 ◦ blue 139

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

Shades of Manatee #84848B

Tints of Manatee #84848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 32.75%
G = 32.75%
B = 34.49%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84848B (or 0x84848B) is known color: Manatee. HEX triplet: 84, 84 and 8B. RGB value is (132,132,139). Sum of RGB (Red+Green+Blue) = 132+132+139=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #84848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84848B is #7B7B74. Grayscale: #848484. Windows color (decimal): -8092533 or 9143428. OLE color: 9143428.

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

Color convert

RGB 132 132 139 -
CMYK 0.05 0.05 0 0.45
HSL 240º 0.03% 0.53% -
HSV(B) 240º 0.05% 0.55% -
XYZ 22.43 23.27 27.74 -
YUV 132.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 132 132 139 0.05 0.05 0 0.45 240 0.03 0.53
Hex 84 84 8B 5 5 0 2D F0 3 35
Octal 204 204 213 5 5 0 55 360 3 65
Binary 10000100 10000100 10001011 101 101 0 101101 11110000 11 110101

Color Harmonies of #84848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84848B

Black with #84848B

Text Example


Text Example

White with #84848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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