#756ED2

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

Shades of Moody Blue #756ED2

Tints of Moody Blue #756ED2

Color information

#756ED2 (or 0x756ED2) is unknown color: approx Moody Blue. HEX triplet: 75, 6E and D2. RGB value is (117,110,210). Sum of RGB (Red+Green+Blue) = 117+110+210=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #756ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED2 is #8A912D. Grayscale: #7B7B7B. Windows color (decimal): -9081134 or 13790837. OLE color: 13790837.

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

Color convert

RGB117110210-
CMYK0.440.4800.18
HSL244.2º52.63%62.75%-
HSV(B)244.2º47.62%82.35%-
XYZ24.5419.5963.46-
YUV123.49176.82123.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 210 (82.42% from 255) = 48.05%
R=26.77%
G=25.17%
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
Decimal1171102100.440.4800.18244.252.6362.75
Hex756ED22C30012f4353f
Octal16515632254600223646577
Binary111010111011101101001010110011000001001011110100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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