#7969AB

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

Shades of Deluge #7969AB

Tints of Deluge #7969AB

Color information

#7969AB (or 0x7969AB) is unknown color: approx Deluge. HEX triplet: 79, 69 and AB. RGB value is (121,105,171). Sum of RGB (Red+Green+Blue) = 121+105+171=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7969AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7969AB is #869654. Grayscale: #757575. Windows color (decimal): -8820309 or 11233657. OLE color: 11233657.

HSL color Cylindrical-coordinate representation of color #7969AB: hue angle of 254.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7969AB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121105171-
CMYK0.290.3900.33
HSL254.55º28.21%54.12%-
HSV(B)254.55º38.6%67.06%-
XYZ20.2917.1140.76-
YUV117.31158.3130.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=30.48%
G=26.45%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211051710.290.3900.33254.5528.2154.12
Hex7969AB1D27021ff1c36
Octal17115125335470413773466
Binary11110011101001101010111110110011101000011111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7969AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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