#7A7398

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

Shades of Deluge #7A7398

Tints of Deluge #7A7398

Color information

#7A7398 (or 0x7A7398) is unknown color: approx Deluge. HEX triplet: 7A, 73 and 98. RGB value is (122,115,152). Sum of RGB (Red+Green+Blue) = 122+115+152=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7398 is #858C67. Grayscale: #797979. Windows color (decimal): -8752232 or 9991034. OLE color: 9991034.

HSL color Cylindrical-coordinate representation of color #7A7398: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A7398 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB122115152-
CMYK0.200.2400.40
HSL251.35º15.23%52.35%-
HSV(B)251.35º24.34%59.61%-
XYZ19.8218.6732.26-
YUV121.31145.32128.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=31.36%
G=29.56%
B=39.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221151520.200.2400.40251.3515.2352.35
Hex7A73981418028fbf34
Octal17216323024300503731764
Binary111101011100111001100010100110000101000111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,152); }

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

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

 a { background-color: rgb(122,115,152); }

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

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

 span { border-color: rgb(122,115,152); }

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