#7F749D

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

Shades of Deluge #7F749D

Tints of Deluge #7F749D

Color information

#7F749D (or 0x7F749D) is unknown color: approx Deluge. HEX triplet: 7F, 74 and 9D. RGB value is (127,116,157). Sum of RGB (Red+Green+Blue) = 127+116+157=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F749D is #808B62. Grayscale: #7B7B7B. Windows color (decimal): -8424291 or 10318975. OLE color: 10318975.

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

Color convert

RGB127116157-
CMYK0.190.2600.38
HSL256.1º17.3%53.53%-
HSV(B)256.1º26.11%61.57%-
XYZ21.0819.4434.54-
YUV123.96146.64130.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=31.75%
G=29%
B=39.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271161570.190.2600.38256.117.353.53
Hex7F749D131A0261001136
Octal17716423523320464002166
Binary11111111110100100111011001111010010011010000000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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