#7D7AAC

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

Shades of Deluge #7D7AAC

Tints of Deluge #7D7AAC

Color information

#7D7AAC (or 0x7D7AAC) is unknown color: approx Deluge. HEX triplet: 7D, 7A and AC. RGB value is (125,122,172). Sum of RGB (Red+Green+Blue) = 125+122+172=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7AAC is #828553. Grayscale: #808080. Windows color (decimal): -8553812 or 11303549. OLE color: 11303549.

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

Color convert

RGB125122172-
CMYK0.270.2900.33
HSL243.6º23.15%57.65%-
HSV(B)243.6º29.07%67.45%-
XYZ22.8621.2641.93-
YUV128.6152.49125.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=29.83%
G=29.12%
B=41.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251221720.270.2900.33243.623.1557.65
Hex7D7AAC1B1D021f4173a
Octal17517225433350413642772
Binary1111101111101010101100110111110101000011111010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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