Html Css Color HEX #86667F Old Lavender

📋 copy color: '#86667F'

red 134 ◦ green 102 ◦ blue 127

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

Shades of Old Lavender #86667F

Tints of Old Lavender #86667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 36.91%
G = 28.1%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86667F (or 0x86667F) is known color: Old Lavender. HEX triplet: 86, 66 and 7F. RGB value is (134,102,127). Sum of RGB (Red+Green+Blue) = 134+102+127=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667F is #799980. Grayscale: #727272. Windows color (decimal): -7969153 or 8349318. OLE color: 8349318.

HSL color Cylindrical-coordinate representation of color #86667F: hue angle of 313.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86667F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 127 -
CMYK 0 0.24 0.05 0.47
HSL 313.13º 0.14% 0.46% -
HSV(B) 313.13º 0.24% 0.53% -
XYZ 18.41 16.1 22.22 -
YUV 114.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 134 102 127 0 0.24 0.05 0.47 313.13 0.14 0.46
Hex 86 66 7F 0 18 5 2F 139 E 2E
Octal 206 146 177 0 30 5 57 471 16 56
Binary 10000110 1100110 1111111 0 11000 101 101111 100111001 1110 101110

Color Harmonies of #86667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86667F

Black with #86667F

Text Example


Text Example

White with #86667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86667F; }

 p { color: rgb(134,102,127); }

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

background-color css

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

 a { background-color: rgb(134,102,127); }

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

border-color css

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

 span { border-color: rgb(134,102,127); }

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