#7D7AA7

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

Shades of Deluge #7D7AA7

Tints of Deluge #7D7AA7

Color information

#7D7AA7 (or 0x7D7AA7) is unknown color: approx Deluge. HEX triplet: 7D, 7A and A7. RGB value is (125,122,167). Sum of RGB (Red+Green+Blue) = 125+122+167=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D7AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7AA7 is #828558. Grayscale: #7F7F7F. Windows color (decimal): -8553817 or 10975869. OLE color: 10975869.

HSL color Cylindrical-coordinate representation of color #7D7AA7: hue angle of 244º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D7AA7 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB125122167-
CMYK0.250.2700.35
HSL244º20.36%56.67%-
HSV(B)244º26.95%65.49%-
XYZ22.3921.0739.45-
YUV128.03149.99125.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=30.19%
G=29.47%
B=40.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251221670.250.2700.3524420.3656.67
Hex7D7AA7191B023f41439
Octal17517224731330433642471
Binary1111101111101010100111110011101101000111111010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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