#756CD1

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

Shades of Moody Blue #756CD1

Tints of Moody Blue #756CD1

Color information

#756CD1 (or 0x756CD1) is unknown color: approx Moody Blue. HEX triplet: 75, 6C and D1. RGB value is (117,108,209). Sum of RGB (Red+Green+Blue) = 117+108+209=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #756CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CD1 is #8A932E. Grayscale: #797979. Windows color (decimal): -9081647 or 13724789. OLE color: 13724789.

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

Color convert

RGB117108209-
CMYK0.440.4800.18
HSL245.35º52.33%62.16%-
HSV(B)245.35º48.33%81.96%-
XYZ24.2119.1162.73-
YUV122.2176.98124.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=26.96%
G=24.88%
B=48.16%

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
Decimal1171082090.440.4800.18245.3552.3362.16
Hex756CD12C30012f5343e
Octal16515432154600223656476
Binary111010111011001101000110110011000001001011110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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