#83839C

Color #83839C Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #83839C

Tints of Manatee #83839C

Color information

#83839C (or 0x83839C) is unknown color: approx Manatee. HEX triplet: 83, 83 and 9C. RGB value is (131,131,156). Sum of RGB (Red+Green+Blue) = 131+131+156=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #83839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83839C is #7C7C63. Grayscale: #858585. Windows color (decimal): -8158308 or 10257283. OLE color: 10257283.

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

Color convert

RGB131131156-
CMYK0.160.1600.39
HSL240º11.21%56.27%-
HSV(B)240º16.03%61.18%-
XYZ23.4823.4634.74-
YUV133.85140.5125.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=31.34%
G=31.34%
B=37.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311311560.160.1600.3924011.2156.27
Hex83839C1010027f0b38
Octal20320323420200473601370
Binary10000011100000111001110010000100000100111111100001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83839C;
 }
 .AnyTagClassName
 {
   color: #83839C;
 }
</style>
background-color css

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

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

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

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

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

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