#7F7D92

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

Shades of Deluge #7F7D92

Tints of Deluge #7F7D92

Color information

#7F7D92 (or 0x7F7D92) is unknown color: approx Deluge. HEX triplet: 7F, 7D and 92. RGB value is (127,125,146). Sum of RGB (Red+Green+Blue) = 127+125+146=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F7D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7D92 is #80826D. Grayscale: #7F7F7F. Windows color (decimal): -8421998 or 9600383. OLE color: 9600383.

HSL color Cylindrical-coordinate representation of color #7F7D92: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F7D92 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB127125146-
CMYK0.130.1400.43
HSL245.71º8.79%53.14%-
HSV(B)245.71º14.38%57.25%-
XYZ21.2721.2530.18-
YUV127.99138.16127.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=31.91%
G=31.41%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271251460.130.1400.43245.718.7953.14
Hex7F7D92DE02Bf6935
Octal17717522215160533661165
Binary1111111111110110010010110111100101011111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,125,146); }

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

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

 a { background-color: rgb(127,125,146); }

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

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

 span { border-color: rgb(127,125,146); }

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