#86627D

Color #86627D Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #86627D

Tints of Old Lavender #86627D

Color information

#86627D (or 0x86627D) is unknown color: approx Old Lavender. HEX triplet: 86, 62 and 7D. RGB value is (134,98,125). Sum of RGB (Red+Green+Blue) = 134+98+125=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86627D is #799D82. Grayscale: #6F6F6F. Windows color (decimal): -7970179 or 8217222. OLE color: 8217222.

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

Color convert

RGB13498125-
CMYK00.270.070.47
HSL315º15.52%45.49%-
HSV(B)315º26.87%52.55%-
XYZ17.915.2821.41-
YUV111.84135.43143.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=37.54%
G=27.45%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349812500.270.070.4731515.5245.49
Hex86627D01B72F13b102d
Octal2061421750337574732055
Binary100001101100010111110101101111110111110011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86627D; }

 p { color: rgb(134,98,125); }

 H1.HeaderClassName
 {
   color: #86627D;
 }
 .AnyTagClassName
 {
   color: #86627D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #86627D;
 }
 .BgClassName
 {
   background-color: #86627D;
 }
</style>
border-color css

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

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

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