#857984

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

Shades of Monsoon #857984

Tints of Monsoon #857984

Color information

#857984 (or 0x857984) is unknown color: approx Monsoon. HEX triplet: 85, 79 and 84. RGB value is (133,121,132). Sum of RGB (Red+Green+Blue) = 133+121+132=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #857984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857984 is #7A867B. Grayscale: #7D7D7D. Windows color (decimal): -8029820 or 8681861. OLE color: 8681861.

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

Color convert

RGB133121132-
CMYK00.090.010.48
HSL305º4.72%49.8%-
HSV(B)305º9.02%52.16%-
XYZ20.6820.3324.66-
YUV125.84131.48133.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=34.46%
G=31.35%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312113200.090.010.483054.7249.8
Hex85798409130131532
Octal205171204011160461562
Binary10000101111100110000100010011110000100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857984; }

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

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

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

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

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

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

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

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