#756FD1

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

Shades of Moody Blue #756FD1

Tints of Moody Blue #756FD1

Color information

#756FD1 (or 0x756FD1) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and D1. RGB value is (117,111,209). Sum of RGB (Red+Green+Blue) = 117+111+209=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #756FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD1 is #8A902E. Grayscale: #7B7B7B. Windows color (decimal): -9080879 or 13725557. OLE color: 13725557.

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

Color convert

RGB117111209-
CMYK0.440.4700.18
HSL243.67º51.58%62.75%-
HSV(B)243.67º46.89%81.96%-
XYZ24.5319.7562.84-
YUV123.97175.99123.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=26.77%
G=25.40%
B=47.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171112090.440.4700.18243.6751.5862.75
Hex756FD12C2F012f4343f
Octal16515732154570223646477
Binary111010111011111101000110110010111101001011110100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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