Html Css Color HEX #866780 Old Lavender

📋 copy color: '#866780'

red 134 ◦ green 103 ◦ blue 128

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

Shades of Old Lavender #866780

Tints of Old Lavender #866780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 36.71%
G = 28.22%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#866780 (or 0x866780) is known color: Old Lavender. HEX triplet: 86, 67 and 80. RGB value is (134,103,128). Sum of RGB (Red+Green+Blue) = 134+103+128=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #866780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866780 is #79987F. Grayscale: #737373. Windows color (decimal): -7968896 or 8415110. OLE color: 8415110.

HSL color Cylindrical-coordinate representation of color #866780: hue angle of 311.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #866780 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 128 -
CMYK 0 0.23 0.04 0.47
HSL 311.61º 0.13% 0.46% -
HSV(B) 311.61º 0.23% 0.53% -
XYZ 18.58 16.33 22.59 -
YUV 115.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 134 103 128 0 0.23 0.04 0.47 311.61 0.13 0.46
Hex 86 67 80 0 17 4 2F 138 D 2E
Octal 206 147 200 0 27 4 57 470 15 56
Binary 10000110 1100111 10000000 0 10111 100 101111 100111000 1101 101110

Color Harmonies of #866780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866780

Black with #866780

Text Example


Text Example

White with #866780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866780; }

 p { color: rgb(134,103,128); }

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

background-color css

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

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

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

border-color css

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

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

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