#83879F

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

Shades of Manatee #83879F

Tints of Manatee #83879F

Color information

#83879F (or 0x83879F) is unknown color: approx Manatee. HEX triplet: 83, 87 and 9F. RGB value is (131,135,159). Sum of RGB (Red+Green+Blue) = 131+135+159=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #83879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83879F is #7C7860. Grayscale: #888888. Windows color (decimal): -8157281 or 10454915. OLE color: 10454915.

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

Color convert

RGB131135159-
CMYK0.180.1500.38
HSL231.43º12.73%56.86%-
HSV(B)231.43º17.61%62.35%-
XYZ24.2824.6636.28-
YUV136.54140.67124.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=30.82%
G=31.76%
B=37.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311351590.180.1500.38231.4312.7356.86
Hex83879F12F026e7d39
Octal20320723722170463471571
Binary1000001110000111100111111001011110100110111001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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