#7A7997

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

Shades of Deluge #7A7997

Tints of Deluge #7A7997

Color information

#7A7997 (or 0x7A7997) is unknown color: approx Deluge. HEX triplet: 7A, 79 and 97. RGB value is (122,121,151). Sum of RGB (Red+Green+Blue) = 122+121+151=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A7997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7997 is #858668. Grayscale: #7C7C7C. Windows color (decimal): -8750697 or 9927034. OLE color: 9927034.

HSL color Cylindrical-coordinate representation of color #7A7997: hue angle of 242º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7997 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB122121151-
CMYK0.190.2000.41
HSL242º12.61%53.33%-
HSV(B)242º19.87%59.22%-
XYZ20.4520.0532.07-
YUV124.72142.83126.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=30.96%
G=30.71%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221211510.190.2000.4124212.6153.33
Hex7A79971314029f2d35
Octal17217122723240513621565
Binary111101011110011001011110011101000101001111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,121,151); }

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

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

 a { background-color: rgb(122,121,151); }

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

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

 span { border-color: rgb(122,121,151); }

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