#7F7998

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

Shades of Deluge #7F7998

Tints of Deluge #7F7998

Color information

#7F7998 (or 0x7F7998) is unknown color: approx Deluge. HEX triplet: 7F, 79 and 98. RGB value is (127,121,152). Sum of RGB (Red+Green+Blue) = 127+121+152=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7998 is #808667. Grayscale: #7E7E7E. Windows color (decimal): -8423016 or 9992575. OLE color: 9992575.

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

Color convert

RGB127121152-
CMYK0.160.2000.40
HSL251.61º13.08%53.53%-
HSV(B)251.61º20.39%59.61%-
XYZ21.2620.4532.53-
YUV126.33142.49128.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 152 (59.77% from 255) = 38%
R=31.75%
G=30.25%
B=38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271211520.160.2000.40251.6113.0853.53
Hex7F79981014028fcd36
Octal17717123020240503741566
Binary111111111110011001100010000101000101000111111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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