#79719F

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

Shades of Deluge #79719F

Tints of Deluge #79719F

Color information

#79719F (or 0x79719F) is unknown color: approx Deluge. HEX triplet: 79, 71 and 9F. RGB value is (121,113,159). Sum of RGB (Red+Green+Blue) = 121+113+159=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #79719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79719F is #868E60. Grayscale: #787878. Windows color (decimal): -8818273 or 10449273. OLE color: 10449273.

HSL color Cylindrical-coordinate representation of color #79719F: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79719F is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121113159-
CMYK0.240.2900.38
HSL250.43º19.33%53.33%-
HSV(B)250.43º28.93%62.35%-
XYZ20.0518.3835.29-
YUV120.64149.65128.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=30.79%
G=28.75%
B=40.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211131590.240.2900.38250.4319.3353.33
Hex79719F181D026fa1335
Octal17116123730350463722365
Binary1111001111000110011111110001110101001101111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79719F; }

 p { color: rgb(121,113,159); }

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

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

 a { background-color: rgb(121,113,159); }

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

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

 span { border-color: rgb(121,113,159); }

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