#857885

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

Shades of Old Lavender #857885

Tints of Old Lavender #857885

Color information

#857885 (or 0x857885) is unknown color: approx Old Lavender. HEX triplet: 85, 78 and 85. RGB value is (133,120,133). Sum of RGB (Red+Green+Blue) = 133+120+133=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857885 is #7A877A. Grayscale: #7D7D7D. Windows color (decimal): -8030075 or 8747141. OLE color: 8747141.

HSL color Cylindrical-coordinate representation of color #857885: hue angle of 300º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #857885 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB133120133-
CMYK00.1000.48
HSL300º5.14%49.61%-
HSV(B)300º9.77%52.16%-
XYZ20.6220.1124.99-
YUV125.37132.31133.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=34.46%
G=31.09%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312013300.1000.483005.1449.61
Hex8578850A03012c532
Octal205170205012060454562
Binary10000101111100010000101010100110000100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857885; }

 p { color: rgb(133,120,133); }

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

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

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

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

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

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

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