Html Css Color HEX #867986 Old Lavender

📋 copy color: '#867986'

red 134 ◦ green 121 ◦ blue 134

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

Shades of Old Lavender #867986

Tints of Old Lavender #867986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 34.45%
G = 31.11%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867986 (or 0x867986) is known color: Old Lavender. HEX triplet: 86, 79 and 86. RGB value is (134,121,134). Sum of RGB (Red+Green+Blue) = 134+121+134=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867986 is #798679. Grayscale: #7E7E7E. Windows color (decimal): -7964282 or 8812934. OLE color: 8812934.

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

Color convert

RGB 134 121 134 -
CMYK 0 0.10 0 0.47
HSL 300º 0.05% 0.5% -
HSV(B) 300º 0.1% 0.53% -
XYZ 20.97 20.46 25.4 -
YUV 126.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 134 121 134 0 0.10 0 0.47 300 0.05 0.5
Hex 86 79 86 0 A 0 2F 12C 5 32
Octal 206 171 206 0 12 0 57 454 5 62
Binary 10000110 1111001 10000110 0 1010 0 101111 100101100 101 110010

Color Harmonies of #867986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867986

Black with #867986

Text Example


Text Example

White with #867986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867986; }

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

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

background-color css

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

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

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

border-color css

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

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

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