#7D7CAA

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

Shades of Deluge #7D7CAA

Tints of Deluge #7D7CAA

Color information

#7D7CAA (or 0x7D7CAA) is unknown color: approx Deluge. HEX triplet: 7D, 7C and AA. RGB value is (125,124,170). Sum of RGB (Red+Green+Blue) = 125+124+170=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7CAA is #828355. Grayscale: #818181. Windows color (decimal): -8553302 or 11172989. OLE color: 11172989.

HSL color Cylindrical-coordinate representation of color #7D7CAA: hue angle of 241.3º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D7CAA is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125124170-
CMYK0.260.2700.33
HSL241.3º21.3%57.65%-
HSV(B)241.3º27.06%66.67%-
XYZ22.9221.6841.01-
YUV129.54150.83124.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=29.83%
G=29.59%
B=40.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251241700.260.2700.33241.321.357.65
Hex7D7CAA1A1B021f1153a
Octal17517425232330413612572
Binary1111101111110010101010110101101101000011111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,124,170); }

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

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

 a { background-color: rgb(125,124,170); }

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

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

 span { border-color: rgb(125,124,170); }

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