Html Css Color HEX #826A7C Monsoon

📋 copy color: '#826A7C'

red 130 ◦ green 106 ◦ blue 124

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

Shades of Monsoon #826A7C

Tints of Monsoon #826A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 36.11%
G = 29.44%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#826A7C (or 0x826A7C) is known color: Monsoon. HEX triplet: 82, 6A and 7C. RGB value is (130,106,124). Sum of RGB (Red+Green+Blue) = 130+106+124=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #826A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A7C is #7D9583. Grayscale: #737373. Windows color (decimal): -8230276 or 8153730. OLE color: 8153730.

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

Color convert

RGB 130 106 124 -
CMYK 0 0.18 0.05 0.49
HSL 315º 0.1% 0.46% -
HSV(B) 315º 0.18% 0.51% -
XYZ 18 16.51 21.31 -
YUV 115.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 130 106 124 0 0.18 0.05 0.49 315 0.1 0.46
Hex 82 6A 7C 0 12 5 31 13B A 2E
Octal 202 152 174 0 22 5 61 473 12 56
Binary 10000010 1101010 1111100 0 10010 101 110001 100111011 1010 101110

Color Harmonies of #826A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A7C

Black with #826A7C

Text Example


Text Example

White with #826A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,124); }

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

background-color css

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

 a { background-color: rgb(130,106,124); }

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

border-color css

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

 span { border-color: rgb(130,106,124); }

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