#7D7C98

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

Shades of Deluge #7D7C98

Tints of Deluge #7D7C98

Color information

#7D7C98 (or 0x7D7C98) is unknown color: approx Deluge. HEX triplet: 7D, 7C and 98. RGB value is (125,124,152). Sum of RGB (Red+Green+Blue) = 125+124+152=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D7C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7C98 is #828367. Grayscale: #7F7F7F. Windows color (decimal): -8553320 or 9993341. OLE color: 9993341.

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

Color convert

RGB125124152-
CMYK0.180.1800.40
HSL242.14º11.97%54.12%-
HSV(B)242.14º18.42%59.61%-
XYZ21.3321.0432.64-
YUV127.49141.83126.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=31.17%
G=30.92%
B=37.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251241520.180.1800.40242.1411.9754.12
Hex7D7C981212028f2c36
Octal17517423022220503621466
Binary111110111111001001100010010100100101000111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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