Html Css Color HEX #83657B Monsoon

📋 copy color: '#83657B'

red 131 ◦ green 101 ◦ blue 123

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

Shades of Monsoon #83657B

Tints of Monsoon #83657B

RGB

 RED value IS 131 (51.56% from 255) = 36.9%

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 36.9%
G = 28.45%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83657B (or 0x83657B) is known color: Monsoon. HEX triplet: 83, 65 and 7B. RGB value is (131,101,123). Sum of RGB (Red+Green+Blue) = 131+101+123=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83657B is #7C9A84. Grayscale: #707070. Windows color (decimal): -8166021 or 8086915. OLE color: 8086915.

HSL color Cylindrical-coordinate representation of color #83657B: hue angle of 316º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83657B is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 123 -
CMYK 0 0.23 0.06 0.49
HSL 316º 0.13% 0.45% -
HSV(B) 316º 0.23% 0.51% -
XYZ 17.59 15.56 20.82 -
YUV 112.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 131 101 123 0 0.23 0.06 0.49 316 0.13 0.45
Hex 83 65 7B 0 17 6 31 13C D 2D
Octal 203 145 173 0 27 6 61 474 15 55
Binary 10000011 1100101 1111011 0 10111 110 110001 100111100 1101 101101

Color Harmonies of #83657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83657B

Black with #83657B

Text Example


Text Example

White with #83657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83657B; }

 p { color: rgb(131,101,123); }

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

background-color css

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

 a { background-color: rgb(131,101,123); }

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

border-color css

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

 span { border-color: rgb(131,101,123); }

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