Html Css Color HEX #83839E Manatee

📋 copy color: '#83839E'

red 131 ◦ green 131 ◦ blue 158

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

Shades of Manatee #83839E

Tints of Manatee #83839E

RGB

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

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

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

R = 31.19%
G = 31.19%
B = 37.62%

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

#83839E (or 0x83839E) is known color: Manatee. HEX triplet: 83, 83 and 9E. RGB value is (131,131,158). Sum of RGB (Red+Green+Blue) = 131+131+158=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #83839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83839E is #7C7C61. Grayscale: #858585. Windows color (decimal): -8158306 or 10388355. OLE color: 10388355.

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

Color convert

RGB 131 131 158 -
CMYK 0.17 0.17 0 0.38
HSL 240º 0.12% 0.57% -
HSV(B) 240º 0.17% 0.62% -
XYZ 23.65 23.53 35.64 -
YUV 134.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 131 131 158 0.17 0.17 0 0.38 240 0.12 0.57
Hex 83 83 9E 11 11 0 26 F0 C 39
Octal 203 203 236 21 21 0 46 360 14 71
Binary 10000011 10000011 10011110 10001 10001 0 100110 11110000 1100 111001

Color Harmonies of #83839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83839E

Black with #83839E

Text Example


Text Example

White with #83839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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