#867987

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

Shades of Old Lavender #867987

Tints of Old Lavender #867987

Color information

#867987 (or 0x867987) is unknown color: approx Old Lavender. HEX triplet: 86, 79 and 87. RGB value is (134,121,135). Sum of RGB (Red+Green+Blue) = 134+121+135=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #867987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867987 is #798678. Grayscale: #7E7E7E. Windows color (decimal): -7964281 or 8878470. OLE color: 8878470.

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

Color convert

RGB134121135-
CMYK0.010.1000.47
HSL295.71º5.51%50.2%-
HSV(B)295.71º10.37%52.94%-
XYZ21.0420.4925.77-
YUV126.48132.81133.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=34.36%
G=31.03%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341211350.010.1000.47295.715.5150.2
Hex8679871A02F128632
Octal206171207112057450662
Binary10000110111100110000111110100101111100101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867987; }

 p { color: rgb(134,121,135); }

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

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

 a { background-color: rgb(134,121,135); }

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

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

 span { border-color: rgb(134,121,135); }

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