#7C69A9

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

Shades of Deluge #7C69A9

Tints of Deluge #7C69A9

Color information

#7C69A9 (or 0x7C69A9) is unknown color: approx Deluge. HEX triplet: 7C, 69 and A9. RGB value is (124,105,169). Sum of RGB (Red+Green+Blue) = 124+105+169=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C69A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C69A9 is #839656. Grayscale: #757575. Windows color (decimal): -8623703 or 11102588. OLE color: 11102588.

HSL color Cylindrical-coordinate representation of color #7C69A9: hue angle of 257.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C69A9 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB124105169-
CMYK0.270.3800.34
HSL257.81º27.12%53.73%-
HSV(B)257.81º37.87%66.27%-
XYZ20.5317.2539.78-
YUV117.98156.79132.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=31.16%
G=26.38%
B=42.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1241051690.270.3800.34257.8127.1253.73
Hex7C69A91B260221021b36
Octal17415125133460424023366
Binary111110011010011010100111011100110010001010000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,169); }

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

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

 a { background-color: rgb(124,105,169); }

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

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

 span { border-color: rgb(124,105,169); }

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