Html Css Color HEX #85677D Monsoon

📋 copy color: '#85677D'

red 133 ◦ green 103 ◦ blue 125

#85677D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #85677D

Tints of Monsoon #85677D

RGB

 RED value IS 133 (52.34% from 255) = 36.84%

 GREEN value IS 103 (40.63% 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 value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85677D (or 0x85677D) is known color: 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

RGB 133 103 125 -
CMYK 0 0.23 0.06 0.48
HSL 316º 0.13% 0.46% -
HSV(B) 316º 0.23% 0.52% -
XYZ 18.22 16.17 21.56 -
YUV 114.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 133 103 125 0 0.23 0.06 0.48 316 0.13 0.46
Hex 85 67 7D 0 17 6 30 13C D 2E
Octal 205 147 175 0 27 6 60 474 15 56
Binary 10000101 1100111 1111101 0 10111 110 110000 100111100 1101 101110

Color Harmonies of #85677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85677D

Black with #85677D

Text Example


Text Example

White with #85677D

Text Example


Text Example

HTML Codes & Css Web 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>