#7E699E

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

Shades of Deluge #7E699E

Tints of Deluge #7E699E

Color information

#7E699E (or 0x7E699E) is unknown color: approx Deluge. HEX triplet: 7E, 69 and 9E. RGB value is (126,105,158). Sum of RGB (Red+Green+Blue) = 126+105+158=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E699E is #819661. Grayscale: #757575. Windows color (decimal): -8492642 or 10381694. OLE color: 10381694.

HSL color Cylindrical-coordinate representation of color #7E699E: hue angle of 263.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E699E is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB126105158-
CMYK0.200.3400.38
HSL263.77º21.46%51.57%-
HSV(B)263.77º33.54%61.96%-
XYZ19.8317.0134.59-
YUV117.32150.96134.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.39%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=32.39%
G=26.99%
B=40.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261051580.200.3400.38263.7721.4651.57
Hex7E699E14220261081534
Octal17615123624420464102564
Binary111111011010011001111010100100010010011010000100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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