#7C69AB

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

Shades of Deluge #7C69AB

Tints of Deluge #7C69AB

Color information

#7C69AB (or 0x7C69AB) is unknown color: approx Deluge. HEX triplet: 7C, 69 and AB. RGB value is (124,105,171). Sum of RGB (Red+Green+Blue) = 124+105+171=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C69AB is #839654. Grayscale: #757575. Windows color (decimal): -8623701 or 11233660. OLE color: 11233660.

HSL color Cylindrical-coordinate representation of color #7C69AB: hue angle of 257.27º 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 #7C69AB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124105171-
CMYK0.270.3900.33
HSL257.27º28.21%54.12%-
HSV(B)257.27º38.6%67.06%-
XYZ20.7117.3340.78-
YUV118.2157.79132.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=31%
G=26.25%
B=42.75%

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
Decimal1241051710.270.3900.33257.2728.2154.12
Hex7C69AB1B270211011c36
Octal17415125333470414013466
Binary111110011010011010101111011100111010000110000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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