#7F6BAA

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

Shades of Deluge #7F6BAA

Tints of Deluge #7F6BAA

Color information

#7F6BAA (or 0x7F6BAA) is unknown color: approx Deluge. HEX triplet: 7F, 6B and AA. RGB value is (127,107,170). Sum of RGB (Red+Green+Blue) = 127+107+170=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6BAA is #809455. Grayscale: #777777. Windows color (decimal): -8426582 or 11168639. OLE color: 11168639.

HSL color Cylindrical-coordinate representation of color #7F6BAA: hue angle of 259.05º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F6BAA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127107170-
CMYK0.250.3700.33
HSL259.05º27.04%54.31%-
HSV(B)259.05º37.06%66.67%-
XYZ21.2717.9340.37-
YUV120.16156.13132.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=31.44%
G=26.49%
B=42.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271071700.250.3700.33259.0527.0454.31
Hex7F6BAA19250211031b36
Octal17715325231450414033366
Binary111111111010111010101011001100101010000110000001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,107,170); }

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

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

 a { background-color: rgb(127,107,170); }

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

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

 span { border-color: rgb(127,107,170); }

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