Html Css Color HEX #82828E Manatee

📋 copy color: '#82828E'

red 130 ◦ green 130 ◦ blue 142

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

Shades of Manatee #82828E

Tints of Manatee #82828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 32.34%
G = 32.34%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82828E (or 0x82828E) is known color: Manatee. HEX triplet: 82, 82 and 8E. RGB value is (130,130,142). Sum of RGB (Red+Green+Blue) = 130+130+142=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #82828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82828E is #7D7D71. Grayscale: #838383. Windows color (decimal): -8224114 or 9339522. OLE color: 9339522.

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

Color convert

RGB 130 130 142 -
CMYK 0.08 0.08 0 0.44
HSL 240º 0.05% 0.53% -
HSV(B) 240º 0.08% 0.56% -
XYZ 22.07 22.66 28.8 -
YUV 131.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 130 130 142 0.08 0.08 0 0.44 240 0.05 0.53
Hex 82 82 8E 8 8 0 2C F0 5 35
Octal 202 202 216 10 10 0 54 360 5 65
Binary 10000010 10000010 10001110 1000 1000 0 101100 11110000 101 110101

Color Harmonies of #82828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82828E

Black with #82828E

Text Example


Text Example

White with #82828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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