#7F749E

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

Shades of Deluge #7F749E

Tints of Deluge #7F749E

Color information

#7F749E (or 0x7F749E) is unknown color: approx Deluge. HEX triplet: 7F, 74 and 9E. RGB value is (127,116,158). Sum of RGB (Red+Green+Blue) = 127+116+158=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F749E is #808B61. Grayscale: #7B7B7B. Windows color (decimal): -8424290 or 10384511. OLE color: 10384511.

HSL color Cylindrical-coordinate representation of color #7F749E: hue angle of 255.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F749E is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127116158-
CMYK0.200.2700.38
HSL255.71º17.8%53.73%-
HSV(B)255.71º26.58%61.96%-
XYZ21.1719.4734.99-
YUV124.08147.14130.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=31.67%
G=28.93%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271161580.200.2700.38255.7117.853.73
Hex7F749E141B0261001236
Octal17716423624330464002266
Binary11111111110100100111101010011011010011010000000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,158); }

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

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

 a { background-color: rgb(127,116,158); }

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

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

 span { border-color: rgb(127,116,158); }

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