#83869B

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

Shades of Manatee #83869B

Tints of Manatee #83869B

Color information

#83869B (or 0x83869B) is unknown color: approx Manatee. HEX triplet: 83, 86 and 9B. RGB value is (131,134,155). Sum of RGB (Red+Green+Blue) = 131+134+155=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #83869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83869B is #7C7964. Grayscale: #878787. Windows color (decimal): -8157541 or 10192515. OLE color: 10192515.

HSL color Cylindrical-coordinate representation of color #83869B: hue angle of 232.5º 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 #83869B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131134155-
CMYK0.150.1400.39
HSL232.5º10.71%56.08%-
HSV(B)232.5º15.48%60.78%-
XYZ23.824.2434.44-
YUV135.5139.01124.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=31.19%
G=31.90%
B=36.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311341550.150.1400.39232.510.7156.08
Hex83869BFE027e8b38
Octal20320623317160473501370
Binary100000111000011010011011111111100100111111010001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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