#7578D1

Color #7578D1 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7578D1

Tints of Moody Blue #7578D1

Color information

#7578D1 (or 0x7578D1) is unknown color: approx Moody Blue. HEX triplet: 75, 78 and D1. RGB value is (117,120,209). Sum of RGB (Red+Green+Blue) = 117+120+209=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #7578D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578D1 is #8A872E. Grayscale: #808080. Windows color (decimal): -9078575 or 13727861. OLE color: 13727861.

HSL color Cylindrical-coordinate representation of color #7578D1: hue angle of 238.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7578D1 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117120209-
CMYK0.440.4300.18
HSL238.04º50%63.92%-
HSV(B)238.04º44.02%81.96%-
XYZ25.5621.8263.19-
YUV129.25173.01119.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=26.23%
G=26.91%
B=46.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171202090.440.4300.18238.045063.92
Hex7578D12C2B012ee3240
Octal165170321545302235662100
Binary1110101111100011010001101100101011010010111011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7578D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7578D1; }

 p { color: rgb(117,120,209); }

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

<style>
 a { background-color: #7578D1; }

 a { background-color: rgb(117,120,209); }

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

<style>
 span { border-color: #7578D1; }

 span { border-color: rgb(117,120,209); }

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