#857284

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

Shades of Old Lavender #857284

Tints of Old Lavender #857284

Color information

#857284 (or 0x857284) is unknown color: approx Old Lavender. HEX triplet: 85, 72 and 84. RGB value is (133,114,132). Sum of RGB (Red+Green+Blue) = 133+114+132=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857284 is #7A8D7B. Grayscale: #797979. Windows color (decimal): -8031612 or 8680069. OLE color: 8680069.

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

Color convert

RGB133114132-
CMYK00.140.010.48
HSL303.16º7.69%48.43%-
HSV(B)303.16º14.29%52.16%-
XYZ19.8618.6924.39-
YUV121.73133.79136.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=35.09%
G=30.08%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311413200.140.010.48303.167.6948.43
Hex8572840E13012f830
Octal2051622040161604571060
Binary100001011110010100001000111011100001001011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857284; }

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

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

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

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

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

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

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

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