#7D7695

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

Shades of Deluge #7D7695

Tints of Deluge #7D7695

Color information

#7D7695 (or 0x7D7695) is unknown color: approx Deluge. HEX triplet: 7D, 76 and 95. RGB value is (125,118,149). Sum of RGB (Red+Green+Blue) = 125+118+149=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D7695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7695 is #82896A. Grayscale: #7B7B7B. Windows color (decimal): -8554859 or 9795197. OLE color: 9795197.

HSL color Cylindrical-coordinate representation of color #7D7695: hue angle of 253.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D7695 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125118149-
CMYK0.160.2100.42
HSL253.55º12.76%52.35%-
HSV(B)253.55º20.81%58.43%-
XYZ20.3619.4931.12-
YUV123.63142.32128.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.89%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=31.89%
G=30.10%
B=38.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251181490.160.2100.42253.5512.7652.35
Hex7D7695101502Afed34
Octal17516622520250523761564
Binary111110111101101001010110000101010101010111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,149); }

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

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

 a { background-color: rgb(125,118,149); }

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

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

 span { border-color: rgb(125,118,149); }

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