#81819D

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

Shades of Manatee #81819D

Tints of Manatee #81819D

Color information

#81819D (or 0x81819D) is unknown color: approx Manatee. HEX triplet: 81, 81 and 9D. RGB value is (129,129,157). Sum of RGB (Red+Green+Blue) = 129+129+157=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #81819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81819D is #7E7E62. Grayscale: #848484. Windows color (decimal): -8289891 or 10322305. OLE color: 10322305.

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

Color convert

RGB129129157-
CMYK0.180.1800.38
HSL240º12.5%56.08%-
HSV(B)240º17.83%61.57%-
XYZ22.9922.835.09-
YUV132.19142125.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=31.08%
G=31.08%
B=37.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291291570.180.1800.3824012.556.08
Hex81819D1212026f0c38
Octal20120123522220463601470
Binary10000001100000011001110110010100100100110111100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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