#7F6599

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

Shades of Deluge #7F6599

Tints of Deluge #7F6599

Color information

#7F6599 (or 0x7F6599) is unknown color: approx Deluge. HEX triplet: 7F, 65 and 99. RGB value is (127,101,153). Sum of RGB (Red+Green+Blue) = 127+101+153=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F6599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6599 is #809A66. Grayscale: #727272. Windows color (decimal): -8428135 or 10052991. OLE color: 10052991.

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

Color convert

RGB127101153-
CMYK0.170.3400.4
HSL270º20.47%49.8%-
HSV(B)270º33.99%60%-
XYZ19.1616.1232.24-
YUV114.7149.61136.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=33.33%
G=26.51%
B=40.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271011530.170.3400.427020.4749.8
Hex7F6599112202810e1432
Octal17714523121420504162462
Binary111111111001011001100110001100010010100010000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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