#81657B

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

Shades of Old Lavender #81657B

Tints of Old Lavender #81657B

Color information

#81657B (or 0x81657B) is unknown color: approx Old Lavender. HEX triplet: 81, 65 and 7B. RGB value is (129,101,123). Sum of RGB (Red+Green+Blue) = 129+101+123=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #81657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81657B is #7E9A84. Grayscale: #6F6F6F. Windows color (decimal): -8297093 or 8086913. OLE color: 8086913.

HSL color Cylindrical-coordinate representation of color #81657B: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81657B is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB129101123-
CMYK00.220.050.49
HSL312.86º12.17%45.1%-
HSV(B)312.86º21.71%50.59%-
XYZ17.2815.420.8-
YUV111.88134.28140.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=36.54%
G=28.61%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910112300.220.050.49312.8612.1745.1
Hex81657B016531139c2d
Octal2011451730265614711455
Binary10000001110010111110110101101011100011001110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,101,123); }

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

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

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

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

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

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

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