Html Css Color HEX #82828D Manatee

📋 copy color: '#82828D'

red 130 ◦ green 130 ◦ blue 141

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

Shades of Manatee #82828D

Tints of Manatee #82828D

RGB

 RED value IS 130 (51.17% from 255) = 32.42%

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 32.42%
G = 32.42%
B = 35.16%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82828D (or 0x82828D) is known color: Manatee. HEX triplet: 82, 82 and 8D. RGB value is (130,130,141). Sum of RGB (Red+Green+Blue) = 130+130+141=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #82828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82828D is #7D7D72. Grayscale: #838383. Windows color (decimal): -8224115 or 9273986. OLE color: 9273986.

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

Color convert

RGB 130 130 141 -
CMYK 0.08 0.08 0 0.45
HSL 240º 0.05% 0.53% -
HSV(B) 240º 0.08% 0.55% -
XYZ 22 22.63 28.41 -
YUV 131.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 130 130 141 0.08 0.08 0 0.45 240 0.05 0.53
Hex 82 82 8D 8 8 0 2D F0 5 35
Octal 202 202 215 10 10 0 55 360 5 65
Binary 10000010 10000010 10001101 1000 1000 0 101101 11110000 101 110101

Color Harmonies of #82828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82828D

Black with #82828D

Text Example


Text Example

White with #82828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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