Html Css Color HEX #826E7D Monsoon

📋 copy color: '#826E7D'

red 130 ◦ green 110 ◦ blue 125

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

Shades of Monsoon #826E7D

Tints of Monsoon #826E7D

RGB

 RED value IS 130 (51.17% from 255) = 35.62%

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 35.62%
G = 30.14%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#826E7D (or 0x826E7D) is known color: Monsoon. HEX triplet: 82, 6E and 7D. RGB value is (130,110,125). Sum of RGB (Red+Green+Blue) = 130+110+125=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #826E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E7D is #7D9182. Grayscale: #757575. Windows color (decimal): -8229251 or 8220290. OLE color: 8220290.

HSL color Cylindrical-coordinate representation of color #826E7D: hue angle of 315º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826E7D is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 125 -
CMYK 0 0.15 0.04 0.49
HSL 315º 0.08% 0.47% -
HSV(B) 315º 0.15% 0.51% -
XYZ 18.48 17.38 21.78 -
YUV 117.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 130 110 125 0 0.15 0.04 0.49 315 0.08 0.47
Hex 82 6E 7D 0 F 4 31 13B 8 2F
Octal 202 156 175 0 17 4 61 473 10 57
Binary 10000010 1101110 1111101 0 1111 100 110001 100111011 1000 101111

Color Harmonies of #826E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E7D

Black with #826E7D

Text Example


Text Example

White with #826E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826E7D; }

 p { color: rgb(130,110,125); }

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

background-color css

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

 a { background-color: rgb(130,110,125); }

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

border-color css

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

 span { border-color: rgb(130,110,125); }

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