#7969AF

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

Shades of Deluge #7969AF

Tints of Deluge #7969AF

Color information

#7969AF (or 0x7969AF) is unknown color: approx Deluge. HEX triplet: 79, 69 and AF. RGB value is (121,105,175). Sum of RGB (Red+Green+Blue) = 121+105+175=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #7969AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7969AF is #869650. Grayscale: #757575. Windows color (decimal): -8820305 or 11495801. OLE color: 11495801.

HSL color Cylindrical-coordinate representation of color #7969AF: hue angle of 253.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7969AF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121105175-
CMYK0.310.4000.31
HSL253.71º30.43%54.9%-
HSV(B)253.71º40%68.63%-
XYZ20.6717.2642.8-
YUV117.76160.3130.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=30.17%
G=26.18%
B=43.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211051750.310.4000.31253.7130.4354.9
Hex7969AF1F2801Ffe1e37
Octal17115125737500373763667
Binary1111001110100110101111111111010000111111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7969AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7969AF; }

 p { color: rgb(121,105,175); }

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

<style>
 a { background-color: #7969AF; }

 a { background-color: rgb(121,105,175); }

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

<style>
 span { border-color: #7969AF; }

 span { border-color: rgb(121,105,175); }

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