#7576D1

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

Shades of Moody Blue #7576D1

Tints of Moody Blue #7576D1

Color information

#7576D1 (or 0x7576D1) is unknown color: approx Moody Blue. HEX triplet: 75, 76 and D1. RGB value is (117,118,209). Sum of RGB (Red+Green+Blue) = 117+118+209=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #7576D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576D1 is #8A892E. Grayscale: #7F7F7F. Windows color (decimal): -9079087 or 13727349. OLE color: 13727349.

HSL color Cylindrical-coordinate representation of color #7576D1: hue angle of 239.35º 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 #7576D1 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117118209-
CMYK0.440.4400.18
HSL239.35º50%63.92%-
HSV(B)239.35º44.02%81.96%-
XYZ25.3221.3463.11-
YUV128.07173.67120.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=26.35%
G=26.58%
B=47.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171182090.440.4400.18239.355063.92
Hex7576D12C2C012ef3240
Octal165166321545402235762100
Binary1110101111011011010001101100101100010010111011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7576D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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