Html Css Color HEX #867485 Old Lavender

📋 copy color: '#867485'

red 134 ◦ green 116 ◦ blue 133

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

Shades of Old Lavender #867485

Tints of Old Lavender #867485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 34.99%
G = 30.29%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#867485 (or 0x867485) is known color: Old Lavender. HEX triplet: 86, 74 and 85. RGB value is (134,116,133). Sum of RGB (Red+Green+Blue) = 134+116+133=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867485 is #798B7A. Grayscale: #7B7B7B. Windows color (decimal): -7965563 or 8746118. OLE color: 8746118.

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

Color convert

RGB 134 116 133 -
CMYK 0 0.13 0.01 0.47
HSL 303.33º 0.07% 0.49% -
HSV(B) 303.33º 0.13% 0.53% -
XYZ 20.31 19.25 24.84 -
YUV 123.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 134 116 133 0 0.13 0.01 0.47 303.33 0.07 0.49
Hex 86 74 85 0 D 1 2F 12F 7 31
Octal 206 164 205 0 15 1 57 457 7 61
Binary 10000110 1110100 10000101 0 1101 1 101111 100101111 111 110001

Color Harmonies of #867485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867485

Black with #867485

Text Example


Text Example

White with #867485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867485; }

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

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

background-color css

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

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

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

border-color css

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

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

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