#81859D

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

Shades of Manatee #81859D

Tints of Manatee #81859D

Color information

#81859D (or 0x81859D) is unknown color: approx Manatee. HEX triplet: 81, 85 and 9D. RGB value is (129,133,157). Sum of RGB (Red+Green+Blue) = 129+133+157=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #81859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81859D is #7E7A62. Grayscale: #868686. Windows color (decimal): -8288867 or 10323329. OLE color: 10323329.

HSL color Cylindrical-coordinate representation of color #81859D: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81859D is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129133157-
CMYK0.180.1500.38
HSL231.43º12.5%56.08%-
HSV(B)231.43º17.83%61.57%-
XYZ23.5323.8835.27-
YUV134.54140.67124.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=30.79%
G=31.74%
B=37.47%

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
Decimal1291331570.180.1500.38231.4312.556.08
Hex81859D12F026e7c38
Octal20120523522170463471470
Binary1000000110000101100111011001011110100110111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,133,157); }

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

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

 a { background-color: rgb(129,133,157); }

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

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

 span { border-color: rgb(129,133,157); }

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