Html Css Color HEX #82839C Manatee

📋 copy color: '#82839C'

red 130 ◦ green 131 ◦ blue 156

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

Shades of Manatee #82839C

Tints of Manatee #82839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 31.18%
G = 31.41%
B = 37.41%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82839C (or 0x82839C) is known color: Manatee. HEX triplet: 82, 83 and 9C. RGB value is (130,131,156). Sum of RGB (Red+Green+Blue) = 130+131+156=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #82839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82839C is #7D7C63. Grayscale: #858585. Windows color (decimal): -8223844 or 10257282. OLE color: 10257282.

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

Color convert

RGB 130 131 156 -
CMYK 0.17 0.16 0 0.39
HSL 237.69º 0.12% 0.56% -
HSV(B) 237.69º 0.17% 0.61% -
XYZ 23.32 23.38 34.74 -
YUV 133.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 130 131 156 0.17 0.16 0 0.39 237.69 0.12 0.56
Hex 82 83 9C 11 10 0 27 EE C 38
Octal 202 203 234 21 20 0 47 356 14 70
Binary 10000010 10000011 10011100 10001 10000 0 100111 11101110 1100 111000

Color Harmonies of #82839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82839C

Black with #82839C

Text Example


Text Example

White with #82839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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