#7F7999

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

Shades of Deluge #7F7999

Tints of Deluge #7F7999

Color information

#7F7999 (or 0x7F7999) is unknown color: approx Deluge. HEX triplet: 7F, 79 and 99. RGB value is (127,121,153). Sum of RGB (Red+Green+Blue) = 127+121+153=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7999 is #808666. Grayscale: #7E7E7E. Windows color (decimal): -8423015 or 10058111. OLE color: 10058111.

HSL color Cylindrical-coordinate representation of color #7F7999: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F7999 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB127121153-
CMYK0.170.2100.4
HSL251.25º13.56%53.73%-
HSV(B)251.25º20.92%60%-
XYZ21.3420.4932.97-
YUV126.44142.99128.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=31.67%
G=30.17%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271211530.170.2100.4251.2513.5653.73
Hex7F79991115028fbe36
Octal17717123121250503731666
Binary111111111110011001100110001101010101000111110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,121,153); }

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

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

 a { background-color: rgb(127,121,153); }

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

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

 span { border-color: rgb(127,121,153); }

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