#7F7799

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

Shades of Deluge #7F7799

Tints of Deluge #7F7799

Color information

#7F7799 (or 0x7F7799) is unknown color: approx Deluge. HEX triplet: 7F, 77 and 99. RGB value is (127,119,153). Sum of RGB (Red+Green+Blue) = 127+119+153=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7799 is #808866. Grayscale: #7D7D7D. Windows color (decimal): -8423527 or 10057599. OLE color: 10057599.

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

Color convert

RGB127119153-
CMYK0.170.2200.4
HSL254.12º14.29%53.33%-
HSV(B)254.12º22.22%60%-
XYZ21.120.0132.89-
YUV125.27143.65129.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=31.83%
G=29.82%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271191530.170.2200.4254.1214.2953.33
Hex7F77991116028fee35
Octal17716723121260503761665
Binary111111111101111001100110001101100101000111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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