Html Css Color HEX #82838D Manatee

📋 copy color: '#82838D'

red 130 ◦ green 131 ◦ blue 141

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

Shades of Manatee #82838D

Tints of Manatee #82838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 32.34%
G = 32.59%
B = 35.07%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82838D (or 0x82838D) is known color: Manatee. HEX triplet: 82, 83 and 8D. RGB value is (130,131,141). Sum of RGB (Red+Green+Blue) = 130+131+141=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #82838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82838D is #7D7C72. Grayscale: #838383. Windows color (decimal): -8223859 or 9274242. OLE color: 9274242.

HSL color Cylindrical-coordinate representation of color #82838D: hue angle of 234.55º 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 #82838D is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 131 141 -
CMYK 0.08 0.07 0 0.45
HSL 234.55º 0.05% 0.53% -
HSV(B) 234.55º 0.08% 0.55% -
XYZ 22.13 22.9 28.45 -
YUV 131.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 130 131 141 0.08 0.07 0 0.45 234.55 0.05 0.53
Hex 82 83 8D 8 7 0 2D EB 5 35
Octal 202 203 215 10 7 0 55 353 5 65
Binary 10000010 10000011 10001101 1000 111 0 101101 11101011 101 110101

Color Harmonies of #82838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82838D

Black with #82838D

Text Example


Text Example

White with #82838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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