#7D7A9D

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

Shades of Deluge #7D7A9D

Tints of Deluge #7D7A9D

Color information

#7D7A9D (or 0x7D7A9D) is unknown color: approx Deluge. HEX triplet: 7D, 7A and 9D. RGB value is (125,122,157). Sum of RGB (Red+Green+Blue) = 125+122+157=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D7A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7A9D is #828562. Grayscale: #7E7E7E. Windows color (decimal): -8553827 or 10320509. OLE color: 10320509.

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

Color convert

RGB125122157-
CMYK0.200.2200.38
HSL245.14º15.15%54.71%-
HSV(B)245.14º22.29%61.57%-
XYZ21.520.7134.76-
YUV126.89144.99126.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=30.94%
G=30.20%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251221570.200.2200.38245.1415.1554.71
Hex7D7A9D1416026f5f37
Octal17517223524260463651767
Binary111110111110101001110110100101100100110111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,157); }

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

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

 a { background-color: rgb(125,122,157); }

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

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

 span { border-color: rgb(125,122,157); }

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