#867085

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

Shades of Old Lavender #867085

Tints of Old Lavender #867085

Color information

#867085 (or 0x867085) is unknown color: approx Old Lavender. HEX triplet: 86, 70 and 85. RGB value is (134,112,133). Sum of RGB (Red+Green+Blue) = 134+112+133=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867085 is #798F7A. Grayscale: #787878. Windows color (decimal): -7966587 or 8745094. OLE color: 8745094.

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

Color convert

RGB134112133-
CMYK00.160.010.47
HSL302.73º8.94%48.24%-
HSV(B)302.73º16.42%52.55%-
XYZ19.8618.3524.69-
YUV120.97134.79137.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=35.36%
G=29.55%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411213300.160.010.47302.738.9448.24
Hex86708501012F12f930
Octal2061602050201574571160
Binary1000011011100001000010101000011011111001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867085; }

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

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

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

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

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

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

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

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