#83879D

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

Shades of Manatee #83879D

Tints of Manatee #83879D

Color information

#83879D (or 0x83879D) is unknown color: approx Manatee. HEX triplet: 83, 87 and 9D. RGB value is (131,135,157). Sum of RGB (Red+Green+Blue) = 131+135+157=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #83879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83879D is #7C7862. Grayscale: #888888. Windows color (decimal): -8157283 or 10323843. OLE color: 10323843.

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

Color convert

RGB131135157-
CMYK0.170.1400.38
HSL230.77º11.71%56.47%-
HSV(B)230.77º16.56%61.57%-
XYZ24.1124.5935.37-
YUV136.31139.67124.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=30.97%
G=31.91%
B=37.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311351570.170.1400.38230.7711.7156.47
Hex83879D11E026e7c38
Octal20320723521160463471470
Binary1000001110000111100111011000111100100110111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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