#83849F

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

Shades of Manatee #83849F

Tints of Manatee #83849F

Color information

#83849F (or 0x83849F) is unknown color: approx Manatee. HEX triplet: 83, 84 and 9F. RGB value is (131,132,159). Sum of RGB (Red+Green+Blue) = 131+132+159=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #83849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83849F is #7C7B60. Grayscale: #868686. Windows color (decimal): -8158049 or 10454147. OLE color: 10454147.

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

Color convert

RGB131132159-
CMYK0.180.1700.38
HSL237.86º12.73%56.86%-
HSV(B)237.86º17.61%62.35%-
XYZ23.8723.8336.14-
YUV134.78141.67125.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=31.04%
G=31.28%
B=37.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311321590.180.1700.38237.8612.7356.86
Hex83849F1211026eed39
Octal20320423722210463561571
Binary10000011100001001001111110010100010100110111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83849F; }

 p { color: rgb(131,132,159); }

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

<style>
 a { background-color: #83849F; }

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

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

<style>
 span { border-color: #83849F; }

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

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