#877987

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

Shades of Old Lavender #877987

Tints of Old Lavender #877987

Color information

#877987 (or 0x877987) is unknown color: approx Old Lavender. HEX triplet: 87, 79 and 87. RGB value is (135,121,135). Sum of RGB (Red+Green+Blue) = 135+121+135=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877987 is #788678. Grayscale: #7E7E7E. Windows color (decimal): -7898745 or 8878471. OLE color: 8878471.

HSL color Cylindrical-coordinate representation of color #877987: hue angle of 300º 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 #877987 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB135121135-
CMYK00.1000.47
HSL300º5.51%50.2%-
HSV(B)300º10.37%52.94%-
XYZ21.220.5725.78-
YUV126.78132.64133.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=34.53%
G=30.95%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512113500.1000.473005.5150.2
Hex8779870A02F12c632
Octal207171207012057454662
Binary10000111111100110000111010100101111100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877987; }

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

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

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

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

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

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

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

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