Html Css Color HEX #83829E Manatee

📋 copy color: '#83829E'

red 131 ◦ green 130 ◦ blue 158

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

Shades of Manatee #83829E

Tints of Manatee #83829E

RGB

 RED value IS 131 (51.56% from 255) = 31.26%

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

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 31.26%
G = 31.03%
B = 37.71%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83829E (or 0x83829E) is known color: Manatee. HEX triplet: 83, 82 and 9E. RGB value is (131,130,158). Sum of RGB (Red+Green+Blue) = 131+130+158=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #83829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83829E is #7C7D61. Grayscale: #858585. Windows color (decimal): -8158562 or 10388099. OLE color: 10388099.

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

Color convert

RGB 131 130 158 -
CMYK 0.17 0.18 0 0.38
HSL 242.14º 0.13% 0.56% -
HSV(B) 242.14º 0.18% 0.62% -
XYZ 23.51 23.26 35.6 -
YUV 133.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 131 130 158 0.17 0.18 0 0.38 242.14 0.13 0.56
Hex 83 82 9E 11 12 0 26 F2 D 38
Octal 203 202 236 21 22 0 46 362 15 70
Binary 10000011 10000010 10011110 10001 10010 0 100110 11110010 1101 111000

Color Harmonies of #83829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83829E

Black with #83829E

Text Example


Text Example

White with #83829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83829E; }

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

 H1.HeaderClassName
 {
   color: #83829E;
 }
 .AnyTagClassName
 {
   color: #83829E;
 }
</style>

background-color css

<style>
 a { background-color: #83829E; }

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

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

border-color css

<style>
 span { border-color: #83829E; }

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

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