Html Css Color HEX #86647E Old Lavender

📋 copy color: '#86647E'

red 134 ◦ green 100 ◦ blue 126

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

Shades of Old Lavender #86647E

Tints of Old Lavender #86647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 126 (49.61% from 255) = 35%

R = 37.22%
G = 27.78%
B = 35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86647E (or 0x86647E) is known color: Old Lavender. HEX triplet: 86, 64 and 7E. RGB value is (134,100,126). Sum of RGB (Red+Green+Blue) = 134+100+126=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86647E is #799B81. Grayscale: #717171. Windows color (decimal): -7969666 or 8283270. OLE color: 8283270.

HSL color Cylindrical-coordinate representation of color #86647E: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86647E is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 126 -
CMYK 0 0.25 0.06 0.47
HSL 314.12º 0.15% 0.46% -
HSV(B) 314.12º 0.25% 0.53% -
XYZ 18.15 15.69 21.81 -
YUV 113.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 134 100 126 0 0.25 0.06 0.47 314.12 0.15 0.46
Hex 86 64 7E 0 19 6 2F 13A F 2E
Octal 206 144 176 0 31 6 57 472 17 56
Binary 10000110 1100100 1111110 0 11001 110 101111 100111010 1111 101110

Color Harmonies of #86647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86647E

Black with #86647E

Text Example


Text Example

White with #86647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86647E; }

 p { color: rgb(134,100,126); }

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

background-color css

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

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

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

border-color css

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

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

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