#857687

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

Shades of Old Lavender #857687

Tints of Old Lavender #857687

Color information

#857687 (or 0x857687) is unknown color: approx Old Lavender. HEX triplet: 85, 76 and 87. RGB value is (133,118,135). Sum of RGB (Red+Green+Blue) = 133+118+135=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #857687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857687 is #7A8978. Grayscale: #7C7C7C. Windows color (decimal): -8030585 or 8877701. OLE color: 8877701.

HSL color Cylindrical-coordinate representation of color #857687: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857687 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133118135-
CMYK0.010.1300.47
HSL292.94º6.72%49.61%-
HSV(B)292.94º12.59%52.94%-
XYZ20.5219.6925.64-
YUV124.42133.97134.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=34.46%
G=30.57%
B=34.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331181350.010.1300.47292.946.7249.61
Hex8576871D02F125732
Octal205166207115057445762
Binary10000101111011010000111111010101111100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857687; }

 p { color: rgb(133,118,135); }

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

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

 a { background-color: rgb(133,118,135); }

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

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

 span { border-color: rgb(133,118,135); }

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