#83899F

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

Shades of Manatee #83899F

Tints of Manatee #83899F

Color information

#83899F (or 0x83899F) is unknown color: approx Manatee. HEX triplet: 83, 89 and 9F. RGB value is (131,137,159). Sum of RGB (Red+Green+Blue) = 131+137+159=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #83899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899F is #7C7660. Grayscale: #898989. Windows color (decimal): -8156769 or 10455427. OLE color: 10455427.

HSL color Cylindrical-coordinate representation of color #83899F: hue angle of 227.14º 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 #83899F is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131137159-
CMYK0.180.1400.38
HSL227.14º12.73%56.86%-
HSV(B)227.14º17.61%62.35%-
XYZ24.5625.2236.37-
YUV137.71140.01123.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=30.68%
G=32.08%
B=37.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311371590.180.1400.38227.1412.7356.86
Hex83899F12E026e3d39
Octal20321123722160463431571
Binary1000001110001001100111111001011100100110111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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