#83849D

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

Shades of Manatee #83849D

Tints of Manatee #83849D

Color information

#83849D (or 0x83849D) is unknown color: approx Manatee. HEX triplet: 83, 84 and 9D. RGB value is (131,132,157). Sum of RGB (Red+Green+Blue) = 131+132+157=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #83849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83849D is #7C7B62. Grayscale: #868686. Windows color (decimal): -8158051 or 10323075. OLE color: 10323075.

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

Color convert

RGB131132157-
CMYK0.170.1600.38
HSL237.69º11.71%56.47%-
HSV(B)237.69º16.56%61.57%-
XYZ23.723.7635.24-
YUV134.55140.67125.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=31.19%
G=31.43%
B=37.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311321570.170.1600.38237.6911.7156.47
Hex83849D1110026eec38
Octal20320423521200463561470
Binary10000011100001001001110110001100000100110111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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