#756ED4

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

Shades of Moody Blue #756ED4

Tints of Moody Blue #756ED4

Color information

#756ED4 (or 0x756ED4) is unknown color: approx Moody Blue. HEX triplet: 75, 6E and D4. RGB value is (117,110,212). Sum of RGB (Red+Green+Blue) = 117+110+212=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #756ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED4 is #8A912B. Grayscale: #7B7B7B. Windows color (decimal): -9081132 or 13921909. OLE color: 13921909.

HSL color Cylindrical-coordinate representation of color #756ED4: hue angle of 244.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756ED4 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117110212-
CMYK0.450.4800.17
HSL244.12º54.26%63.14%-
HSV(B)244.12º48.11%83.14%-
XYZ24.819.6964.78-
YUV123.72177.82123.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 212 (83.20% from 255) = 48.29%
R=26.65%
G=25.06%
B=48.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171102120.450.4800.17244.1254.2663.14
Hex756ED42D30011f4363f
Octal16515632455600213646677
Binary111010111011101101010010110111000001000111110100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,110,212); }

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

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

 a { background-color: rgb(117,110,212); }

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

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

 span { border-color: rgb(117,110,212); }

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