#857884

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

Shades of Monsoon #857884

Tints of Monsoon #857884

Color information

#857884 (or 0x857884) is unknown color: approx Monsoon. HEX triplet: 85, 78 and 84. RGB value is (133,120,132). Sum of RGB (Red+Green+Blue) = 133+120+132=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857884 is #7A877B. Grayscale: #7D7D7D. Windows color (decimal): -8030076 or 8681605. OLE color: 8681605.

HSL color Cylindrical-coordinate representation of color #857884: hue angle of 304.62º 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 #857884 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB133120132-
CMYK00.100.010.48
HSL304.62º5.14%49.61%-
HSV(B)304.62º9.77%52.16%-
XYZ20.5520.0924.62-
YUV125.26131.81133.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=34.55%
G=31.17%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312013200.100.010.48304.625.1449.61
Hex8578840A130131532
Octal205170204012160461562
Binary10000101111100010000100010101110000100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857884; }

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

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

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

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

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

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

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

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