#83899B

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

Shades of Manatee #83899B

Tints of Manatee #83899B

Color information

#83899B (or 0x83899B) is unknown color: approx Manatee. HEX triplet: 83, 89 and 9B. RGB value is (131,137,155). Sum of RGB (Red+Green+Blue) = 131+137+155=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #83899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899B is #7C7664. Grayscale: #898989. Windows color (decimal): -8156773 or 10193283. OLE color: 10193283.

HSL color Cylindrical-coordinate representation of color #83899B: hue angle of 225º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83899B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131137155-
CMYK0.150.1200.39
HSL225º10.71%56.08%-
HSV(B)225º15.48%60.78%-
XYZ24.2225.0834.58-
YUV137.26138.01123.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=30.97%
G=32.39%
B=36.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311371550.150.1200.3922510.7156.08
Hex83899BFC027e1b38
Octal20321123317140473411370
Binary100000111000100110011011111111000100111111000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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