#7C68AA

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

Shades of Deluge #7C68AA

Tints of Deluge #7C68AA

Color information

#7C68AA (or 0x7C68AA) is unknown color: approx Deluge. HEX triplet: 7C, 68 and AA. RGB value is (124,104,170). Sum of RGB (Red+Green+Blue) = 124+104+170=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C68AA is #839755. Grayscale: #757575. Windows color (decimal): -8623958 or 11167868. OLE color: 11167868.

HSL color Cylindrical-coordinate representation of color #7C68AA: hue angle of 258.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C68AA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124104170-
CMYK0.270.3900.33
HSL258.18º27.97%53.73%-
HSV(B)258.18º38.82%66.67%-
XYZ20.5217.0940.25-
YUV117.5157.63132.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=31.16%
G=26.13%
B=42.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241041700.270.3900.33258.1827.9753.73
Hex7C68AA1B270211021c36
Octal17415025233470414023466
Binary111110011010001010101011011100111010000110000001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,170); }

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

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

 a { background-color: rgb(124,104,170); }

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

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

 span { border-color: rgb(124,104,170); }

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