Html Css Color HEX #866880 Old Lavender

📋 copy color: '#866880'

red 134 ◦ green 104 ◦ blue 128

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

Shades of Old Lavender #866880

Tints of Old Lavender #866880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 36.61%
G = 28.42%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#866880 (or 0x866880) is known color: Old Lavender. HEX triplet: 86, 68 and 80. RGB value is (134,104,128). Sum of RGB (Red+Green+Blue) = 134+104+128=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #866880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866880 is #79977F. Grayscale: #737373. Windows color (decimal): -7968640 or 8415366. OLE color: 8415366.

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

Color convert

RGB 134 104 128 -
CMYK 0 0.22 0.04 0.47
HSL 312º 0.13% 0.47% -
HSV(B) 312º 0.22% 0.53% -
XYZ 18.68 16.53 22.63 -
YUV 115.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 134 104 128 0 0.22 0.04 0.47 312 0.13 0.47
Hex 86 68 80 0 16 4 2F 138 D 2F
Octal 206 150 200 0 26 4 57 470 15 57
Binary 10000110 1101000 10000000 0 10110 100 101111 100111000 1101 101111

Color Harmonies of #866880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866880

Black with #866880

Text Example


Text Example

White with #866880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866880; }

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

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

background-color css

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

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

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

border-color css

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

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

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