Html Css Color HEX #867284 Old Lavender

📋 copy color: '#867284'

red 134 ◦ green 114 ◦ blue 132

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

Shades of Old Lavender #867284

Tints of Old Lavender #867284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 35.26%
G = 30%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#867284 (or 0x867284) is known color: Old Lavender. HEX triplet: 86, 72 and 84. RGB value is (134,114,132). Sum of RGB (Red+Green+Blue) = 134+114+132=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867284 is #798D7B. Grayscale: #797979. Windows color (decimal): -7966076 or 8680070. OLE color: 8680070.

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

Color convert

RGB 134 114 132 -
CMYK 0 0.15 0.01 0.47
HSL 306º 0.08% 0.49% -
HSV(B) 306º 0.15% 0.53% -
XYZ 20.01 18.77 24.4 -
YUV 122.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 134 114 132 0 0.15 0.01 0.47 306 0.08 0.49
Hex 86 72 84 0 F 1 2F 132 8 31
Octal 206 162 204 0 17 1 57 462 10 61
Binary 10000110 1110010 10000100 0 1111 1 101111 100110010 1000 110001

Color Harmonies of #867284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867284

Black with #867284

Text Example


Text Example

White with #867284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867284; }

 p { color: rgb(134,114,132); }

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

background-color css

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

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

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

border-color css

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

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

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