#877487

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

Shades of Old Lavender #877487

Tints of Old Lavender #877487

Color information

#877487 (or 0x877487) is unknown color: approx Old Lavender. HEX triplet: 87, 74 and 87. RGB value is (135,116,135). Sum of RGB (Red+Green+Blue) = 135+116+135=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877487 is #788B78. Grayscale: #7B7B7B. Windows color (decimal): -7900025 or 8877191. OLE color: 8877191.

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

Color convert

RGB135116135-
CMYK00.1400.47
HSL300º7.57%49.22%-
HSV(B)300º14.07%52.94%-
XYZ20.6119.3925.58-
YUV123.85134.29135.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=34.97%
G=30.05%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511613500.1400.473007.5749.22
Hex8774870E02F12c831
Octal2071642070160574541061
Binary100001111110100100001110111001011111001011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877487; }

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

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

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

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

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

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

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

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