#83869F

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

Shades of Manatee #83869F

Tints of Manatee #83869F

Color information

#83869F (or 0x83869F) is unknown color: approx Manatee. HEX triplet: 83, 86 and 9F. RGB value is (131,134,159). Sum of RGB (Red+Green+Blue) = 131+134+159=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #83869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83869F is #7C7960. Grayscale: #878787. Windows color (decimal): -8157537 or 10454659. OLE color: 10454659.

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

Color convert

RGB131134159-
CMYK0.180.1600.38
HSL233.57º12.73%56.86%-
HSV(B)233.57º17.61%62.35%-
XYZ24.1424.3836.23-
YUV135.95141.01124.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=30.90%
G=31.60%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311341590.180.1600.38233.5712.7356.86
Hex83869F1210026ead39
Octal20320623722200463521571
Binary10000011100001101001111110010100000100110111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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