Html Css Color HEX #82848D Manatee

📋 copy color: '#82848D'

red 130 ◦ green 132 ◦ blue 141

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

Shades of Manatee #82848D

Tints of Manatee #82848D

RGB

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

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

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

R = 32.26%
G = 32.75%
B = 34.99%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82848D (or 0x82848D) is known color: Manatee. HEX triplet: 82, 84 and 8D. RGB value is (130,132,141). Sum of RGB (Red+Green+Blue) = 130+132+141=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #82848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82848D is #7D7B72. Grayscale: #848484. Windows color (decimal): -8223603 or 9274498. OLE color: 9274498.

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

Color convert

RGB 130 132 141 -
CMYK 0.08 0.06 0 0.45
HSL 229.09º 0.05% 0.53% -
HSV(B) 229.09º 0.08% 0.55% -
XYZ 22.26 23.17 28.5 -
YUV 132.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 130 132 141 0.08 0.06 0 0.45 229.09 0.05 0.53
Hex 82 84 8D 8 6 0 2D E5 5 35
Octal 202 204 215 10 6 0 55 345 5 65
Binary 10000010 10000100 10001101 1000 110 0 101101 11100101 101 110101

Color Harmonies of #82848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82848D

Black with #82848D

Text Example


Text Example

White with #82848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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