Html Css Color HEX #826878 Monsoon

📋 copy color: '#826878'

red 130 ◦ green 104 ◦ blue 120

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

Shades of Monsoon #826878

Tints of Monsoon #826878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 36.72%
G = 29.38%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#826878 (or 0x826878) is known color: Monsoon. HEX triplet: 82, 68 and 78. RGB value is (130,104,120). Sum of RGB (Red+Green+Blue) = 130+104+120=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #826878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826878 is #7D9787. Grayscale: #717171. Windows color (decimal): -8230792 or 7891074. OLE color: 7891074.

HSL color Cylindrical-coordinate representation of color #826878: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #826878 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 120 -
CMYK 0 0.2 0.08 0.49
HSL 323.08º 0.11% 0.46% -
HSV(B) 323.08º 0.2% 0.51% -
XYZ 17.55 16 19.93 -
YUV 113.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 130 104 120 0 0.2 0.08 0.49 323.08 0.11 0.46
Hex 82 68 78 0 14 8 31 143 B 2E
Octal 202 150 170 0 24 10 61 503 13 56
Binary 10000010 1101000 1111000 0 10100 1000 110001 101000011 1011 101110

Color Harmonies of #826878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826878

Black with #826878

Text Example


Text Example

White with #826878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826878; }

 p { color: rgb(130,104,120); }

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

background-color css

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

 a { background-color: rgb(130,104,120); }

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

border-color css

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

 span { border-color: rgb(130,104,120); }

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