#7C7892

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

Shades of Deluge #7C7892

Tints of Deluge #7C7892

Color information

#7C7892 (or 0x7C7892) is unknown color: approx Deluge. HEX triplet: 7C, 78 and 92. RGB value is (124,120,146). Sum of RGB (Red+Green+Blue) = 124+120+146=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C7892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7892 is #83876D. Grayscale: #7C7C7C. Windows color (decimal): -8619886 or 9599100. OLE color: 9599100.

HSL color Cylindrical-coordinate representation of color #7C7892: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C7892 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB124120146-
CMYK0.150.1800.43
HSL249.23º10.66%52.16%-
HSV(B)249.23º17.81%57.25%-
XYZ20.2219.7929.95-
YUV124.16140.33127.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=31.79%
G=30.77%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241201460.150.1800.43249.2310.6652.16
Hex7C7892F1202Bf9b34
Octal17417022217220533711364
Binary11111001111000100100101111100100101011111110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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