Html Css Color HEX #867487 Old Lavender

📋 copy color: '#867487'

red 134 ◦ green 116 ◦ blue 135

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

Shades of Old Lavender #867487

Tints of Old Lavender #867487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 34.81%
G = 30.13%
B = 35.06%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867487 (or 0x867487) is known color: Old Lavender. HEX triplet: 86, 74 and 87. RGB value is (134,116,135). Sum of RGB (Red+Green+Blue) = 134+116+135=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #867487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867487 is #798B78. Grayscale: #7B7B7B. Windows color (decimal): -7965561 or 8877190. OLE color: 8877190.

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

Color convert

RGB 134 116 135 -
CMYK 0.01 0.14 0 0.47
HSL 296.84º 0.08% 0.49% -
HSV(B) 296.84º 0.14% 0.53% -
XYZ 20.45 19.31 25.57 -
YUV 123.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 134 116 135 0.01 0.14 0 0.47 296.84 0.08 0.49
Hex 86 74 87 1 E 0 2F 129 8 31
Octal 206 164 207 1 16 0 57 451 10 61
Binary 10000110 1110100 10000111 1 1110 0 101111 100101001 1000 110001

Color Harmonies of #867487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867487

Black with #867487

Text Example


Text Example

White with #867487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867487; }

 p { color: rgb(134,116,135); }

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

background-color css

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

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

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

border-color css

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

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

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