Html Css Color HEX #877487 Old Lavender

📋 copy color: '#877487'

red 135 ◦ green 116 ◦ blue 135

#877487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #877487

Tints of Old Lavender #877487

RGB

 RED value IS 135 (53.13% from 255) = 34.97%

 GREEN value IS 116 (45.7% from 255) = 30.05%

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 34.97%
G = 30.05%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#877487 (or 0x877487) is known color: 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

RGB 135 116 135 -
CMYK 0 0.14 0 0.47
HSL 300º 0.08% 0.49% -
HSV(B) 300º 0.14% 0.53% -
XYZ 20.61 19.39 25.58 -
YUV 123.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 135 116 135 0 0.14 0 0.47 300 0.08 0.49
Hex 87 74 87 0 E 0 2F 12C 8 31
Octal 207 164 207 0 16 0 57 454 10 61
Binary 10000111 1110100 10000111 0 1110 0 101111 100101100 1000 110001

Color Harmonies of #877487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877487

Black with #877487

Text Example


Text Example

White with #877487

Text Example


Text Example

HTML Codes & Css Web 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>