#7F6AAC

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

Shades of Deluge #7F6AAC

Tints of Deluge #7F6AAC

Color information

#7F6AAC (or 0x7F6AAC) is unknown color: approx Deluge. HEX triplet: 7F, 6A and AC. RGB value is (127,106,172). Sum of RGB (Red+Green+Blue) = 127+106+172=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F6AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6AAC is #809553. Grayscale: #777777. Windows color (decimal): -8426836 or 11299455. OLE color: 11299455.

HSL color Cylindrical-coordinate representation of color #7F6AAC: hue angle of 259.09º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F6AAC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127106172-
CMYK0.260.3800.33
HSL259.09º28.45%54.51%-
HSV(B)259.09º38.37%67.45%-
XYZ21.3517.841.34-
YUV119.8157.46133.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=31.36%
G=26.17%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271061720.260.3800.33259.0928.4554.51
Hex7F6AAC1A260211031c37
Octal17715225432460414033467
Binary111111111010101010110011010100110010000110000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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