#7D799C

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

Shades of Deluge #7D799C

Tints of Deluge #7D799C

Color information

#7D799C (or 0x7D799C) is unknown color: approx Deluge. HEX triplet: 7D, 79 and 9C. RGB value is (125,121,156). Sum of RGB (Red+Green+Blue) = 125+121+156=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D799C is #828663. Grayscale: #7E7E7E. Windows color (decimal): -8554084 or 10254717. OLE color: 10254717.

HSL color Cylindrical-coordinate representation of color #7D799C: hue angle of 246.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D799C is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125121156-
CMYK0.200.2200.39
HSL246.86º15.02%54.31%-
HSV(B)246.86º22.44%61.18%-
XYZ21.320.4434.27-
YUV126.19144.83127.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=31.09%
G=30.10%
B=38.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251211560.200.2200.39246.8615.0254.31
Hex7D799C1416027f7f36
Octal17517123424260473671766
Binary111110111110011001110010100101100100111111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D799C; }

 p { color: rgb(125,121,156); }

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

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

 a { background-color: rgb(125,121,156); }

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

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

 span { border-color: rgb(125,121,156); }

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