#856E7D

Color #856E7D Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #856E7D

Tints of Monsoon #856E7D

Color information

#856E7D (or 0x856E7D) is unknown color: approx Monsoon. HEX triplet: 85, 6E and 7D. RGB value is (133,110,125). Sum of RGB (Red+Green+Blue) = 133+110+125=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E7D is #7A9182. Grayscale: #767676. Windows color (decimal): -8032643 or 8220293. OLE color: 8220293.

HSL color Cylindrical-coordinate representation of color #856E7D: hue angle of 320.87º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856E7D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133110125-
CMYK00.170.060.48
HSL320.87º9.47%47.65%-
HSV(B)320.87º17.29%52.16%-
XYZ18.9517.6221.8-
YUV118.59131.62138.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=36.14%
G=29.89%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311012500.170.060.48320.879.4747.65
Hex856E7D011630141930
Octal2051561750216605011160
Binary10000101110111011111010100011101100001010000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E7D; }

 p { color: rgb(133,110,125); }

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

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

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

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

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

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

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