Html Css Color HEX #82839D Manatee

📋 copy color: '#82839D'

red 130 ◦ green 131 ◦ blue 157

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

Shades of Manatee #82839D

Tints of Manatee #82839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 31.1%
G = 31.34%
B = 37.56%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82839D (or 0x82839D) is known color: Manatee. HEX triplet: 82, 83 and 9D. RGB value is (130,131,157). Sum of RGB (Red+Green+Blue) = 130+131+157=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #82839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82839D is #7D7C62. Grayscale: #858585. Windows color (decimal): -8223843 or 10322818. OLE color: 10322818.

HSL color Cylindrical-coordinate representation of color #82839D: hue angle of 237.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82839D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 131 157 -
CMYK 0.17 0.17 0 0.38
HSL 237.78º 0.12% 0.56% -
HSV(B) 237.78º 0.17% 0.62% -
XYZ 23.41 23.41 35.18 -
YUV 133.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 130 131 157 0.17 0.17 0 0.38 237.78 0.12 0.56
Hex 82 83 9D 11 11 0 26 EE C 38
Octal 202 203 235 21 21 0 46 356 14 70
Binary 10000010 10000011 10011101 10001 10001 0 100110 11101110 1100 111000

Color Harmonies of #82839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82839D

Black with #82839D

Text Example


Text Example

White with #82839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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