#7D6998

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

Shades of Deluge #7D6998

Tints of Deluge #7D6998

Color information

#7D6998 (or 0x7D6998) is unknown color: approx Deluge. HEX triplet: 7D, 69 and 98. RGB value is (125,105,152). Sum of RGB (Red+Green+Blue) = 125+105+152=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D6998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6998 is #829667. Grayscale: #747474. Windows color (decimal): -8558184 or 9988477. OLE color: 9988477.

HSL color Cylindrical-coordinate representation of color #7D6998: hue angle of 265.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D6998 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB125105152-
CMYK0.180.3100.40
HSL265.53º18.58%50.39%-
HSV(B)265.53º30.92%59.61%-
XYZ19.1816.7331.92-
YUV116.34148.13134.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=32.72%
G=27.49%
B=39.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251051520.180.3100.40265.5318.5850.39
Hex7D6998121F02810a1332
Octal17515123022370504122362
Binary11111011101001100110001001011111010100010000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,152); }

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

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

 a { background-color: rgb(125,105,152); }

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

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

 span { border-color: rgb(125,105,152); }

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