#857084

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

Shades of Old Lavender #857084

Tints of Old Lavender #857084

Color information

#857084 (or 0x857084) is unknown color: approx Old Lavender. HEX triplet: 85, 70 and 84. RGB value is (133,112,132). Sum of RGB (Red+Green+Blue) = 133+112+132=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857084 is #7A8F7B. Grayscale: #787878. Windows color (decimal): -8032124 or 8679557. OLE color: 8679557.

HSL color Cylindrical-coordinate representation of color #857084: hue angle of 302.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857084 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB133112132-
CMYK00.160.010.48
HSL302.86º8.57%48.04%-
HSV(B)302.86º15.79%52.16%-
XYZ19.6318.2424.32-
YUV120.56134.46136.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=35.28%
G=29.71%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311213200.160.010.48302.868.5748.04
Hex85708401013012f930
Octal2051602040201604571160
Binary1000010111100001000010001000011100001001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857084; }

 p { color: rgb(133,112,132); }

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

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

 a { background-color: rgb(133,112,132); }

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

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

 span { border-color: rgb(133,112,132); }

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