#7C789E

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

Shades of Deluge #7C789E

Tints of Deluge #7C789E

Color information

#7C789E (or 0x7C789E) is unknown color: approx Deluge. HEX triplet: 7C, 78 and 9E. RGB value is (124,120,158). Sum of RGB (Red+Green+Blue) = 124+120+158=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789E is #838761. Grayscale: #7D7D7D. Windows color (decimal): -8619874 or 10385532. OLE color: 10385532.

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

Color convert

RGB124120158-
CMYK0.220.2400.38
HSL246.32º16.38%54.51%-
HSV(B)246.32º24.05%61.96%-
XYZ21.220.1935.13-
YUV125.53146.33126.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=30.85%
G=29.85%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241201580.220.2400.38246.3216.3854.51
Hex7C789E1618026f61037
Octal17417023626300463662067
Binary1111100111100010011110101101100001001101111011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,120,158); }

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

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

 a { background-color: rgb(124,120,158); }

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

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

 span { border-color: rgb(124,120,158); }

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