#7D799E

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

Shades of Deluge #7D799E

Tints of Deluge #7D799E

Color information

#7D799E (or 0x7D799E) is unknown color: approx Deluge. HEX triplet: 7D, 79 and 9E. RGB value is (125,121,158). Sum of RGB (Red+Green+Blue) = 125+121+158=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D799E is #828661. Grayscale: #7E7E7E. Windows color (decimal): -8554082 or 10385789. OLE color: 10385789.

HSL color Cylindrical-coordinate representation of color #7D799E: hue angle of 246.49º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D799E is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125121158-
CMYK0.210.2300.38
HSL246.49º16.02%54.71%-
HSV(B)246.49º23.42%61.96%-
XYZ21.4720.535.17-
YUV126.41145.83126.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=30.94%
G=29.95%
B=39.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251211580.210.2300.38246.4916.0254.71
Hex7D799E1517026f61037
Octal17517123625270463662067
Binary1111101111100110011110101011011101001101111011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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