Html Css Color HEX #85697E Monsoon

📋 copy color: '#85697E'

red 133 ◦ green 105 ◦ blue 126

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

Shades of Monsoon #85697E

Tints of Monsoon #85697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 36.54%
G = 28.85%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85697E (or 0x85697E) is known color: Monsoon. HEX triplet: 85, 69 and 7E. RGB value is (133,105,126). Sum of RGB (Red+Green+Blue) = 133+105+126=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #85697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85697E is #7A9681. Grayscale: #737373. Windows color (decimal): -8033922 or 8284549. OLE color: 8284549.

HSL color Cylindrical-coordinate representation of color #85697E: hue angle of 315º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85697E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 126 -
CMYK 0 0.21 0.05 0.48
HSL 315º 0.12% 0.47% -
HSV(B) 315º 0.21% 0.52% -
XYZ 18.49 16.6 21.97 -
YUV 115.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 133 105 126 0 0.21 0.05 0.48 315 0.12 0.47
Hex 85 69 7E 0 15 5 30 13B C 2F
Octal 205 151 176 0 25 5 60 473 14 57
Binary 10000101 1101001 1111110 0 10101 101 110000 100111011 1100 101111

Color Harmonies of #85697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85697E

Black with #85697E

Text Example


Text Example

White with #85697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85697E; }

 p { color: rgb(133,105,126); }

 H1.HeaderClassName
 {
   color: #85697E;
 }
 .AnyTagClassName
 {
   color: #85697E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,105,126); }

 div.DivClassName
 {
   background-color: #85697E;
 }
 .BgClassName
 {
   background-color: #85697E;
 }
</style>

border-color css

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

 span { border-color: rgb(133,105,126); }

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