Html Css Color HEX #867386 Old Lavender

📋 copy color: '#867386'

red 134 ◦ green 115 ◦ blue 134

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

Shades of Old Lavender #867386

Tints of Old Lavender #867386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 34.99%
G = 30.03%
B = 34.99%

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

#867386 (or 0x867386) is known color: Old Lavender. HEX triplet: 86, 73 and 86. RGB value is (134,115,134). Sum of RGB (Red+Green+Blue) = 134+115+134=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867386 is #798C79. Grayscale: #7A7A7A. Windows color (decimal): -7965818 or 8811398. OLE color: 8811398.

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

Color convert

RGB 134 115 134 -
CMYK 0 0.14 0 0.47
HSL 300º 0.08% 0.49% -
HSV(B) 300º 0.14% 0.53% -
XYZ 20.27 19.05 25.16 -
YUV 122.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 134 115 134 0 0.14 0 0.47 300 0.08 0.49
Hex 86 73 86 0 E 0 2F 12C 8 31
Octal 206 163 206 0 16 0 57 454 10 61
Binary 10000110 1110011 10000110 0 1110 0 101111 100101100 1000 110001

Color Harmonies of #867386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867386

Black with #867386

Text Example


Text Example

White with #867386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867386; }

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

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

background-color css

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

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

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

border-color css

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

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

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