#7D78AB

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

Shades of Deluge #7D78AB

Tints of Deluge #7D78AB

Color information

#7D78AB (or 0x7D78AB) is unknown color: approx Deluge. HEX triplet: 7D, 78 and AB. RGB value is (125,120,171). Sum of RGB (Red+Green+Blue) = 125+120+171=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D78AB is #828754. Grayscale: #7F7F7F. Windows color (decimal): -8554325 or 11237501. OLE color: 11237501.

HSL color Cylindrical-coordinate representation of color #7D78AB: hue angle of 245.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D78AB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125120171-
CMYK0.270.3000.33
HSL245.88º23.29%57.06%-
HSV(B)245.88º29.82%67.06%-
XYZ22.5220.7341.34-
YUV127.31152.66126.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=30.05%
G=28.85%
B=41.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251201710.270.3000.33245.8823.2957.06
Hex7D78AB1B1E021f61739
Octal17517025333360413662771
Binary1111101111100010101011110111111001000011111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,120,171); }

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

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

 a { background-color: rgb(125,120,171); }

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

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

 span { border-color: rgb(125,120,171); }

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