#827499

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

Shades of Deluge #827499

Tints of Deluge #827499

Color information

#827499 (or 0x827499) is unknown color: approx Deluge. HEX triplet: 82, 74 and 99. RGB value is (130,116,153). Sum of RGB (Red+Green+Blue) = 130+116+153=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #827499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827499 is #7D8B66. Grayscale: #7C7C7C. Windows color (decimal): -8227687 or 10056834. OLE color: 10056834.

HSL color Cylindrical-coordinate representation of color #827499: hue angle of 262.7º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #827499 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130116153-
CMYK0.150.2400.4
HSL262.7º15.35%52.75%-
HSV(B)262.7º24.18%60%-
XYZ21.219.5432.79-
YUV124.4144.14131.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=32.58%
G=29.07%
B=38.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301161530.150.2400.4262.715.3552.75
Hex827499F18028107f35
Octal20216423117300504071765
Binary1000001011101001001100111111100001010001000001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827499; }

 p { color: rgb(130,116,153); }

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

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

 a { background-color: rgb(130,116,153); }

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

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

 span { border-color: rgb(130,116,153); }

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