#756DD1

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

Shades of Moody Blue #756DD1

Tints of Moody Blue #756DD1

Color information

#756DD1 (or 0x756DD1) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and D1. RGB value is (117,109,209). Sum of RGB (Red+Green+Blue) = 117+109+209=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #756DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DD1 is #8A922E. Grayscale: #7A7A7A. Windows color (decimal): -9081391 or 13725045. OLE color: 13725045.

HSL color Cylindrical-coordinate representation of color #756DD1: hue angle of 244.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756DD1 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117109209-
CMYK0.440.4800.18
HSL244.8º52.08%62.35%-
HSV(B)244.8º47.85%81.96%-
XYZ24.3119.3262.77-
YUV122.79176.65123.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 209 (82.03% from 255) = 48.05%
R=26.90%
G=25.06%
B=48.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171092090.440.4800.18244.852.0862.35
Hex756DD12C30012f5343e
Octal16515532154600223656476
Binary111010111011011101000110110011000001001011110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756DD1; }

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

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

<style>
 a { background-color: #756DD1; }

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

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

<style>
 span { border-color: #756DD1; }

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

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