#857B86

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

Shades of Old Lavender #857B86

Tints of Old Lavender #857B86

Color information

#857B86 (or 0x857B86) is unknown color: approx Old Lavender. HEX triplet: 85, 7B and 86. RGB value is (133,123,134). Sum of RGB (Red+Green+Blue) = 133+123+134=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 134 - color contains mainly: blue. Hex color #857B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B86 is #7A8479. Grayscale: #7F7F7F. Windows color (decimal): -8029306 or 8813445. OLE color: 8813445.

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

Color convert

RGB133123134-
CMYK0.010.0800.47
HSL294.55º4.35%50.39%-
HSV(B)294.55º8.21%52.55%-
XYZ21.0620.8725.47-
YUV127.24131.81132.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=34.10%
G=31.54%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331231340.010.0800.47294.554.3550.39
Hex857B861802F127432
Octal205173206110057447462
Binary10000101111101110000110110000101111100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B86; }

 p { color: rgb(133,123,134); }

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

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

 a { background-color: rgb(133,123,134); }

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

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

 span { border-color: rgb(133,123,134); }

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