#867284

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

Shades of Old Lavender #867284

Tints of Old Lavender #867284

Color information

#867284 (or 0x867284) is unknown color: approx Old Lavender. HEX triplet: 86, 72 and 84. RGB value is (134,114,132). Sum of RGB (Red+Green+Blue) = 134+114+132=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867284 is #798D7B. Grayscale: #797979. Windows color (decimal): -7966076 or 8680070. OLE color: 8680070.

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

Color convert

RGB134114132-
CMYK00.150.010.47
HSL306º8.06%48.63%-
HSV(B)306º14.93%52.55%-
XYZ20.0118.7724.4-
YUV122.03133.63136.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=35.26%
G=30%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411413200.150.010.473068.0648.63
Hex8672840F12F132831
Octal2061622040171574621061
Binary100001101110010100001000111111011111001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867284; }

 p { color: rgb(134,114,132); }

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

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

 a { background-color: rgb(134,114,132); }

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

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

 span { border-color: rgb(134,114,132); }

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