Html Css Color HEX #82838E Manatee

📋 copy color: '#82838E'

red 130 ◦ green 131 ◦ blue 142

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

Shades of Manatee #82838E

Tints of Manatee #82838E

RGB

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

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

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

R = 32.26%
G = 32.51%
B = 35.24%

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

#82838E (or 0x82838E) is known color: Manatee. HEX triplet: 82, 83 and 8E. RGB value is (130,131,142). Sum of RGB (Red+Green+Blue) = 130+131+142=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #82838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82838E is #7D7C71. Grayscale: #838383. Windows color (decimal): -8223858 or 9339778. OLE color: 9339778.

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

Color convert

RGB 130 131 142 -
CMYK 0.08 0.08 0 0.44
HSL 235º 0.05% 0.53% -
HSV(B) 235º 0.08% 0.56% -
XYZ 22.2 22.93 28.85 -
YUV 131.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 130 131 142 0.08 0.08 0 0.44 235 0.05 0.53
Hex 82 83 8E 8 8 0 2C EB 5 35
Octal 202 203 216 10 10 0 54 353 5 65
Binary 10000010 10000011 10001110 1000 1000 0 101100 11101011 101 110101

Color Harmonies of #82838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82838E

Black with #82838E

Text Example


Text Example

White with #82838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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