Html Css Color HEX #867C87 Old Lavender

📋 copy color: '#867C87'

red 134 ◦ green 124 ◦ blue 135

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

Shades of Old Lavender #867C87

Tints of Old Lavender #867C87

RGB

 RED value IS 134 (52.73% from 255) = 34.1%

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 34.1%
G = 31.55%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867C87 (or 0x867C87) is known color: Old Lavender. HEX triplet: 86, 7C and 87. RGB value is (134,124,135). Sum of RGB (Red+Green+Blue) = 134+124+135=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 135 - color contains mainly: blue. Hex color #867C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C87 is #798378. Grayscale: #808080. Windows color (decimal): -7963513 or 8879238. OLE color: 8879238.

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

Color convert

RGB 134 124 135 -
CMYK 0.01 0.08 0 0.47
HSL 294.55º 0.04% 0.51% -
HSV(B) 294.55º 0.08% 0.53% -
XYZ 21.41 21.23 25.89 -
YUV 128.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 134 124 135 0.01 0.08 0 0.47 294.55 0.04 0.51
Hex 86 7C 87 1 8 0 2F 127 4 33
Octal 206 174 207 1 10 0 57 447 4 63
Binary 10000110 1111100 10000111 1 1000 0 101111 100100111 100 110011

Color Harmonies of #867C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C87

Black with #867C87

Text Example


Text Example

White with #867C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867C87; }

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

 H1.HeaderClassName
 {
   color: #867C87;
 }
 .AnyTagClassName
 {
   color: #867C87;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #867C87;
 }
 .BgClassName
 {
   background-color: #867C87;
 }
</style>

border-color css

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

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

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