#7F68AC

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

Shades of Deluge #7F68AC

Tints of Deluge #7F68AC

Color information

#7F68AC (or 0x7F68AC) is unknown color: approx Deluge. HEX triplet: 7F, 68 and AC. RGB value is (127,104,172). Sum of RGB (Red+Green+Blue) = 127+104+172=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F68AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F68AC is #809753. Grayscale: #767676. Windows color (decimal): -8427348 or 11298943. OLE color: 11298943.

HSL color Cylindrical-coordinate representation of color #7F68AC: hue angle of 260.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F68AC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127104172-
CMYK0.260.4000.33
HSL260.29º29.06%54.12%-
HSV(B)260.29º39.53%67.45%-
XYZ21.1517.3941.27-
YUV118.63158.12133.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=31.51%
G=25.81%
B=42.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271041720.260.4000.33260.2929.0654.12
Hex7F68AC1A280211041d36
Octal17715025432500414043566
Binary111111111010001010110011010101000010000110000010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,104,172); }

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

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

 a { background-color: rgb(127,104,172); }

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

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

 span { border-color: rgb(127,104,172); }

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