#7F7498

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

Shades of Deluge #7F7498

Tints of Deluge #7F7498

Color information

#7F7498 (or 0x7F7498) is unknown color: approx Deluge. HEX triplet: 7F, 74 and 98. RGB value is (127,116,152). Sum of RGB (Red+Green+Blue) = 127+116+152=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7498 is #808B67. Grayscale: #7B7B7B. Windows color (decimal): -8424296 or 9991295. OLE color: 9991295.

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

Color convert

RGB127116152-
CMYK0.160.2400.40
HSL258.33º14.88%52.55%-
HSV(B)258.33º23.68%59.61%-
XYZ20.6719.2732.34-
YUV123.39144.14130.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.15%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=32.15%
G=29.37%
B=38.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271161520.160.2400.40258.3314.8852.55
Hex7F74981018028102f35
Octal17716423020300504021765
Binary1111111111010010011000100001100001010001000000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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