Html Css Color HEX #867186 Old Lavender

📋 copy color: '#867186'

red 134 ◦ green 113 ◦ blue 134

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

Shades of Old Lavender #867186

Tints of Old Lavender #867186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 35.17%
G = 29.66%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867186 (or 0x867186) is known color: Old Lavender. HEX triplet: 86, 71 and 86. RGB value is (134,113,134). Sum of RGB (Red+Green+Blue) = 134+113+134=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867186 is #798E79. Grayscale: #797979. Windows color (decimal): -7966330 or 8810886. OLE color: 8810886.

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

Color convert

RGB 134 113 134 -
CMYK 0 0.16 0 0.47
HSL 300º 0.09% 0.48% -
HSV(B) 300º 0.16% 0.53% -
XYZ 20.04 18.6 25.09 -
YUV 121.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 134 113 134 0 0.16 0 0.47 300 0.09 0.48
Hex 86 71 86 0 10 0 2F 12C 9 30
Octal 206 161 206 0 20 0 57 454 11 60
Binary 10000110 1110001 10000110 0 10000 0 101111 100101100 1001 110000

Color Harmonies of #867186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867186

Black with #867186

Text Example


Text Example

White with #867186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867186; }

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

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

background-color css

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

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

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

border-color css

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

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

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