#7F7098

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

Shades of Deluge #7F7098

Tints of Deluge #7F7098

Color information

#7F7098 (or 0x7F7098) is unknown color: approx Deluge. HEX triplet: 7F, 70 and 98. RGB value is (127,112,152). Sum of RGB (Red+Green+Blue) = 127+112+152=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7098 is #808F67. Grayscale: #787878. Windows color (decimal): -8425320 or 9990271. OLE color: 9990271.

HSL color Cylindrical-coordinate representation of color #7F7098: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7098 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB127112152-
CMYK0.160.2600.40
HSL262.5º16.26%51.76%-
HSV(B)262.5º26.32%59.61%-
XYZ20.2118.3732.19-
YUV121.04145.47132.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=32.48%
G=28.64%
B=38.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271121520.160.2600.40262.516.2651.76
Hex7F7098101A0281061034
Octal17716023020320504062064
Binary11111111110000100110001000011010010100010000011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,112,152); }

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

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

 a { background-color: rgb(127,112,152); }

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

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

 span { border-color: rgb(127,112,152); }

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