Html Css Color HEX #82829F Manatee

📋 copy color: '#82829F'

red 130 ◦ green 130 ◦ blue 159

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

Shades of Manatee #82829F

Tints of Manatee #82829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 31.03%
G = 31.03%
B = 37.95%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82829F (or 0x82829F) is known color: Manatee. HEX triplet: 82, 82 and 9F. RGB value is (130,130,159). Sum of RGB (Red+Green+Blue) = 130+130+159=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #82829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82829F is #7D7D60. Grayscale: #858585. Windows color (decimal): -8224097 or 10453634. OLE color: 10453634.

HSL color Cylindrical-coordinate representation of color #82829F: hue angle of 240º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82829F is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 130 159 -
CMYK 0.18 0.18 0 0.38
HSL 240º 0.13% 0.57% -
HSV(B) 240º 0.18% 0.62% -
XYZ 23.45 23.21 36.05 -
YUV 133.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 130 130 159 0.18 0.18 0 0.38 240 0.13 0.57
Hex 82 82 9F 12 12 0 26 F0 D 39
Octal 202 202 237 22 22 0 46 360 15 71
Binary 10000010 10000010 10011111 10010 10010 0 100110 11110000 1101 111001

Color Harmonies of #82829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82829F

Black with #82829F

Text Example


Text Example

White with #82829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82829F; }

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

 H1.HeaderClassName
 {
   color: #82829F;
 }
 .AnyTagClassName
 {
   color: #82829F;
 }
</style>

background-color css

<style>
 a { background-color: #82829F; }

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

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

border-color css

<style>
 span { border-color: #82829F; }

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

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