Html Css Color HEX #857984 Monsoon

📋 copy color: '#857984'

red 133 ◦ green 121 ◦ blue 132

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

Shades of Monsoon #857984

Tints of Monsoon #857984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 34.46%
G = 31.35%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#857984 (or 0x857984) is known color: Monsoon. HEX triplet: 85, 79 and 84. RGB value is (133,121,132). Sum of RGB (Red+Green+Blue) = 133+121+132=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #857984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857984 is #7A867B. Grayscale: #7D7D7D. Windows color (decimal): -8029820 or 8681861. OLE color: 8681861.

HSL color Cylindrical-coordinate representation of color #857984: hue angle of 305º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857984 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 132 -
CMYK 0 0.09 0.01 0.48
HSL 305º 0.05% 0.5% -
HSV(B) 305º 0.09% 0.52% -
XYZ 20.68 20.33 24.66 -
YUV 125.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 133 121 132 0 0.09 0.01 0.48 305 0.05 0.5
Hex 85 79 84 0 9 1 30 131 5 32
Octal 205 171 204 0 11 1 60 461 5 62
Binary 10000101 1111001 10000100 0 1001 1 110000 100110001 101 110010

Color Harmonies of #857984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857984

Black with #857984

Text Example


Text Example

White with #857984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857984; }

 p { color: rgb(133,121,132); }

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

background-color css

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

 a { background-color: rgb(133,121,132); }

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

border-color css

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

 span { border-color: rgb(133,121,132); }

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