#7968AE

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

Shades of Deluge #7968AE

Tints of Deluge #7968AE

Color information

#7968AE (or 0x7968AE) is unknown color: approx Deluge. HEX triplet: 79, 68 and AE. RGB value is (121,104,174). Sum of RGB (Red+Green+Blue) = 121+104+174=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #7968AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7968AE is #869751. Grayscale: #747474. Windows color (decimal): -8820562 or 11430009. OLE color: 11430009.

HSL color Cylindrical-coordinate representation of color #7968AE: hue angle of 254.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7968AE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121104174-
CMYK0.300.4000.32
HSL254.57º30.17%54.51%-
HSV(B)254.57º40.23%68.24%-
XYZ20.4817.0242.25-
YUV117.06160.13130.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.33%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=30.33%
G=26.07%
B=43.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211041740.300.4000.32254.5730.1754.51
Hex7968AE1E28020ff1e37
Octal17115025636500403773667
Binary11110011101000101011101111010100001000001111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7968AE; }

 p { color: rgb(121,104,174); }

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

<style>
 a { background-color: #7968AE; }

 a { background-color: rgb(121,104,174); }

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

<style>
 span { border-color: #7968AE; }

 span { border-color: rgb(121,104,174); }

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