Html Css Color HEX #866E84 Old Lavender

📋 copy color: '#866E84'

red 134 ◦ green 110 ◦ blue 132

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

Shades of Old Lavender #866E84

Tints of Old Lavender #866E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 35.64%
G = 29.26%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#866E84 (or 0x866E84) is known color: Old Lavender. HEX triplet: 86, 6E and 84. RGB value is (134,110,132). Sum of RGB (Red+Green+Blue) = 134+110+132=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #866E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866E84 is #79917B. Grayscale: #777777. Windows color (decimal): -7967100 or 8679046. OLE color: 8679046.

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

Color convert

RGB 134 110 132 -
CMYK 0 0.18 0.01 0.47
HSL 305º 0.1% 0.48% -
HSV(B) 305º 0.18% 0.53% -
XYZ 19.57 17.89 24.25 -
YUV 119.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 134 110 132 0 0.18 0.01 0.47 305 0.1 0.48
Hex 86 6E 84 0 12 1 2F 131 A 30
Octal 206 156 204 0 22 1 57 461 12 60
Binary 10000110 1101110 10000100 0 10010 1 101111 100110001 1010 110000

Color Harmonies of #866E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E84

Black with #866E84

Text Example


Text Example

White with #866E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866E84; }

 p { color: rgb(134,110,132); }

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

background-color css

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

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

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

border-color css

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

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

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