#7E69AB

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

Shades of Deluge #7E69AB

Tints of Deluge #7E69AB

Color information

#7E69AB (or 0x7E69AB) is unknown color: approx Deluge. HEX triplet: 7E, 69 and AB. RGB value is (126,105,171). Sum of RGB (Red+Green+Blue) = 126+105+171=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E69AB is #819654. Grayscale: #767676. Windows color (decimal): -8492629 or 11233662. OLE color: 11233662.

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

Color convert

RGB126105171-
CMYK0.260.3900.33
HSL259.09º28.21%54.12%-
HSV(B)259.09º38.6%67.06%-
XYZ21.0117.4840.79-
YUV118.8157.46133.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.34%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=31.34%
G=26.12%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261051710.260.3900.33259.0928.2154.12
Hex7E69AB1A270211031c36
Octal17615125332470414033466
Binary111111011010011010101111010100111010000110000001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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