#857883

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

Shades of Monsoon #857883

Tints of Monsoon #857883

Color information

#857883 (or 0x857883) is unknown color: approx Monsoon. HEX triplet: 85, 78 and 83. RGB value is (133,120,131). Sum of RGB (Red+Green+Blue) = 133+120+131=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857883 is #7A877C. Grayscale: #7D7D7D. Windows color (decimal): -8030077 or 8616069. OLE color: 8616069.

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

Color convert

RGB133120131-
CMYK00.100.020.48
HSL309.23º5.14%49.61%-
HSV(B)309.23º9.77%52.16%-
XYZ20.4920.0624.26-
YUV125.14131.31133.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=34.64%
G=31.25%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312013100.100.020.48309.235.1449.61
Hex8578830A230135532
Octal205170203012260465562
Binary100001011111000100000110101010110000100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857883; }

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

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

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

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

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

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

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

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