Html Css Color HEX #867B86 Old Lavender

📋 copy color: '#867B86'

red 134 ◦ green 123 ◦ blue 134

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

Shades of Old Lavender #867B86

Tints of Old Lavender #867B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 34.27%
G = 31.46%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867B86 (or 0x867B86) is known color: Old Lavender. HEX triplet: 86, 7B and 86. RGB value is (134,123,134). Sum of RGB (Red+Green+Blue) = 134+123+134=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B86 is #798479. Grayscale: #7F7F7F. Windows color (decimal): -7963770 or 8813446. OLE color: 8813446.

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

Color convert

RGB 134 123 134 -
CMYK 0 0.08 0 0.47
HSL 300º 0.04% 0.5% -
HSV(B) 300º 0.08% 0.53% -
XYZ 21.22 20.96 25.48 -
YUV 127.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 134 123 134 0 0.08 0 0.47 300 0.04 0.5
Hex 86 7B 86 0 8 0 2F 12C 4 32
Octal 206 173 206 0 10 0 57 454 4 62
Binary 10000110 1111011 10000110 0 1000 0 101111 100101100 100 110010

Color Harmonies of #867B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B86

Black with #867B86

Text Example


Text Example

White with #867B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867B86; }

 p { color: rgb(134,123,134); }

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

background-color css

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

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

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

border-color css

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

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

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