Html Css Color HEX #857983 Monsoon

📋 copy color: '#857983'

red 133 ◦ green 121 ◦ blue 131

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

Shades of Monsoon #857983

Tints of Monsoon #857983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 34.55%
G = 31.43%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857983 (or 0x857983) is known color: Monsoon. HEX triplet: 85, 79 and 83. RGB value is (133,121,131). Sum of RGB (Red+Green+Blue) = 133+121+131=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857983 is #7A867C. Grayscale: #7D7D7D. Windows color (decimal): -8029821 or 8616325. OLE color: 8616325.

HSL color Cylindrical-coordinate representation of color #857983: hue angle of 310º 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 #857983 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 131 -
CMYK 0 0.09 0.02 0.48
HSL 310º 0.05% 0.5% -
HSV(B) 310º 0.09% 0.52% -
XYZ 20.61 20.3 24.3 -
YUV 125.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 133 121 131 0 0.09 0.02 0.48 310 0.05 0.5
Hex 85 79 83 0 9 2 30 136 5 32
Octal 205 171 203 0 11 2 60 466 5 62
Binary 10000101 1111001 10000011 0 1001 10 110000 100110110 101 110010

Color Harmonies of #857983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857983

Black with #857983

Text Example


Text Example

White with #857983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857983; }

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

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

background-color css

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

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

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

border-color css

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

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

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