#827996

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

Shades of Deluge #827996

Tints of Deluge #827996

Color information

#827996 (or 0x827996) is unknown color: approx Deluge. HEX triplet: 82, 79 and 96. RGB value is (130,121,150). Sum of RGB (Red+Green+Blue) = 130+121+150=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #827996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827996 is #7D8669. Grayscale: #7E7E7E. Windows color (decimal): -8226410 or 9861506. OLE color: 9861506.

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

Color convert

RGB130121150-
CMYK0.130.1900.41
HSL258.62º12.13%53.14%-
HSV(B)258.62º19.33%58.82%-
XYZ21.5520.6231.7-
YUV127140.98130.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=32.42%
G=30.17%
B=37.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301211500.130.1900.41258.6212.1353.14
Hex827996D13029103c35
Octal20217122615230514031465
Binary1000001011110011001011011011001101010011000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827996; }

 p { color: rgb(130,121,150); }

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

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

 a { background-color: rgb(130,121,150); }

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

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

 span { border-color: rgb(130,121,150); }

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