#827597

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

Shades of Deluge #827597

Tints of Deluge #827597

Color information

#827597 (or 0x827597) is unknown color: approx Deluge. HEX triplet: 82, 75 and 97. RGB value is (130,117,151). Sum of RGB (Red+Green+Blue) = 130+117+151=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #827597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827597 is #7D8A68. Grayscale: #7C7C7C. Windows color (decimal): -8227433 or 9926018. OLE color: 9926018.

HSL color Cylindrical-coordinate representation of color #827597: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827597 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130117151-
CMYK0.140.2300.41
HSL262.94º14.05%52.55%-
HSV(B)262.94º22.52%59.22%-
XYZ21.1519.731.97-
YUV124.76142.81131.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=32.66%
G=29.40%
B=37.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301171510.140.2300.41262.9414.0552.55
Hex827597E17029107e35
Octal20216522716270514071665
Binary1000001011101011001011111101011101010011000001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827597; }

 p { color: rgb(130,117,151); }

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

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

 a { background-color: rgb(130,117,151); }

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

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

 span { border-color: rgb(130,117,151); }

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