#85677D

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

Shades of Monsoon #85677D

Tints of Monsoon #85677D

Color information

#85677D (or 0x85677D) is unknown color: approx Monsoon. HEX triplet: 85, 67 and 7D. RGB value is (133,103,125). Sum of RGB (Red+Green+Blue) = 133+103+125=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85677D is #7A9882. Grayscale: #727272. Windows color (decimal): -8034435 or 8218501. OLE color: 8218501.

HSL color Cylindrical-coordinate representation of color #85677D: hue angle of 316º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85677D is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133103125-
CMYK00.230.060.48
HSL316º12.71%46.27%-
HSV(B)316º22.56%52.16%-
XYZ18.2216.1721.56-
YUV114.48133.94141.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=36.84%
G=28.53%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310312500.230.060.4831612.7146.27
Hex85677D01763013cd2e
Octal2051471750276604741556
Binary10000101110011111111010101111101100001001111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85677D; }

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

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

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

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

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

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

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

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