#7E68AB

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

Shades of Deluge #7E68AB

Tints of Deluge #7E68AB

Color information

#7E68AB (or 0x7E68AB) is unknown color: approx Deluge. HEX triplet: 7E, 68 and AB. RGB value is (126,104,171). Sum of RGB (Red+Green+Blue) = 126+104+171=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E68AB is #819754. Grayscale: #757575. Windows color (decimal): -8492885 or 11233406. OLE color: 11233406.

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

Color convert

RGB126104171-
CMYK0.260.3900.33
HSL259.7º28.51%53.92%-
HSV(B)259.7º39.18%67.06%-
XYZ20.9117.2840.76-
YUV118.22157.79133.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=31.42%
G=25.94%
B=42.64%

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
Decimal1261041710.260.3900.33259.728.5153.92
Hex7E68AB1A270211041d36
Octal17615025332470414043566
Binary111111011010001010101111010100111010000110000010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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