#867184

Color #867184 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #867184

Tints of Old Lavender #867184

Color information

#867184 (or 0x867184) is unknown color: approx Old Lavender. HEX triplet: 86, 71 and 84. RGB value is (134,113,132). Sum of RGB (Red+Green+Blue) = 134+113+132=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867184 is #798E7B. Grayscale: #797979. Windows color (decimal): -7966332 or 8679814. OLE color: 8679814.

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

Color convert

RGB134113132-
CMYK00.160.010.47
HSL305.71º8.5%48.43%-
HSV(B)305.71º15.67%52.55%-
XYZ19.918.5424.36-
YUV121.44133.96136.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=35.36%
G=29.82%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411313200.160.010.47305.718.548.43
Hex86718401012F132930
Octal2061612040201574621160
Binary1000011011100011000010001000011011111001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867184; }

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

 H1.HeaderClassName
 {
   color: #867184;
 }
 .AnyTagClassName
 {
   color: #867184;
 }
</style>
background-color css

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

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

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

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

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

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