Html Css Color HEX #82819F Manatee

📋 copy color: '#82819F'

red 130 ◦ green 129 ◦ blue 159

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

Shades of Manatee #82819F

Tints of Manatee #82819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

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

R = 31.1%
G = 30.86%
B = 38.04%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82819F (or 0x82819F) is known color: Manatee. HEX triplet: 82, 81 and 9F. RGB value is (130,129,159). Sum of RGB (Red+Green+Blue) = 130+129+159=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #82819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82819F is #7D7E60. Grayscale: #848484. Windows color (decimal): -8224353 or 10453378. OLE color: 10453378.

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

Color convert

RGB 130 129 159 -
CMYK 0.18 0.19 0 0.38
HSL 242º 0.14% 0.56% -
HSV(B) 242º 0.19% 0.62% -
XYZ 23.31 22.95 36 -
YUV 132.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 130 129 159 0.18 0.19 0 0.38 242 0.14 0.56
Hex 82 81 9F 12 13 0 26 F2 E 38
Octal 202 201 237 22 23 0 46 362 16 70
Binary 10000010 10000001 10011111 10010 10011 0 100110 11110010 1110 111000

Color Harmonies of #82819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82819F

Black with #82819F

Text Example


Text Example

White with #82819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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