#826278

Color #826278 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #826278

Tints of Monsoon #826278

Color information

#826278 (or 0x826278) is unknown color: approx Monsoon. HEX triplet: 82, 62 and 78. RGB value is (130,98,120). Sum of RGB (Red+Green+Blue) = 130+98+120=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #826278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826278 is #7D9D87. Grayscale: #6E6E6E. Windows color (decimal): -8232328 or 7889538. OLE color: 7889538.

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

Color convert

RGB13098120-
CMYK00.250.080.49
HSL318.75º14.04%44.71%-
HSV(B)318.75º24.62%50.98%-
XYZ16.9614.8419.74-
YUV110.08133.6142.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=37.36%
G=28.16%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309812000.250.080.49318.7514.0444.71
Hex82627801983113fe2d
Octal20214217003110614771655
Binary100000101100010111100001100110001100011001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826278; }

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

 H1.HeaderClassName
 {
   color: #826278;
 }
 .AnyTagClassName
 {
   color: #826278;
 }
</style>
background-color css

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

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

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

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

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

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