Html Css Color HEX #85667C Monsoon

📋 copy color: '#85667C'

red 133 ◦ green 102 ◦ blue 124

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

Shades of Monsoon #85667C

Tints of Monsoon #85667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 37.05%
G = 28.41%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85667C (or 0x85667C) is known color: Monsoon. HEX triplet: 85, 66 and 7C. RGB value is (133,102,124). Sum of RGB (Red+Green+Blue) = 133+102+124=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85667C is #7A9983. Grayscale: #717171. Windows color (decimal): -8034692 or 8152709. OLE color: 8152709.

HSL color Cylindrical-coordinate representation of color #85667C: hue angle of 317.42º 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 #85667C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 124 -
CMYK 0 0.23 0.07 0.48
HSL 317.42º 0.13% 0.46% -
HSV(B) 317.42º 0.23% 0.52% -
XYZ 18.06 15.94 21.19 -
YUV 113.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 133 102 124 0 0.23 0.07 0.48 317.42 0.13 0.46
Hex 85 66 7C 0 17 7 30 13D D 2E
Octal 205 146 174 0 27 7 60 475 15 56
Binary 10000101 1100110 1111100 0 10111 111 110000 100111101 1101 101110

Color Harmonies of #85667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85667C

Black with #85667C

Text Example


Text Example

White with #85667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85667C; }

 p { color: rgb(133,102,124); }

 H1.HeaderClassName
 {
   color: #85667C;
 }
 .AnyTagClassName
 {
   color: #85667C;
 }
</style>

background-color css

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

 a { background-color: rgb(133,102,124); }

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

border-color css

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

 span { border-color: rgb(133,102,124); }

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