#7C789B

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

Shades of Deluge #7C789B

Tints of Deluge #7C789B

Color information

#7C789B (or 0x7C789B) is unknown color: approx Deluge. HEX triplet: 7C, 78 and 9B. RGB value is (124,120,155). Sum of RGB (Red+Green+Blue) = 124+120+155=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789B is #838764. Grayscale: #7D7D7D. Windows color (decimal): -8619877 or 10188924. OLE color: 10188924.

HSL color Cylindrical-coordinate representation of color #7C789B: 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.23%. Process color model (Four color, CMYK) of #7C789B is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124120155-
CMYK0.20.2300.39
HSL246.86º14.89%53.92%-
HSV(B)246.86º22.58%60.78%-
XYZ20.9520.0833.78-
YUV125.19144.83127.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=31.08%
G=30.08%
B=38.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241201550.20.2300.39246.8614.8953.92
Hex7C789B1417027f7f36
Octal17417023324270473671766
Binary111110011110001001101110100101110100111111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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