#757EDC

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

Shades of Moody Blue #757EDC

Tints of Moody Blue #757EDC

Color information

#757EDC (or 0x757EDC) is unknown color: approx Moody Blue. HEX triplet: 75, 7E and DC. RGB value is (117,126,220). Sum of RGB (Red+Green+Blue) = 117+126+220=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #757EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EDC is #8A8123. Grayscale: #858585. Windows color (decimal): -9077028 or 14450293. OLE color: 14450293.

HSL color Cylindrical-coordinate representation of color #757EDC: hue angle of 234.76º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757EDC is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117126220-
CMYK0.470.4300.14
HSL234.76º59.54%66.08%-
HSV(B)234.76º46.82%86.27%-
XYZ27.7223.8770.86-
YUV134.02176.52115.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=25.27%
G=27.21%
B=47.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171262200.470.4300.14234.7659.5466.08
Hex757EDC2F2B0Eeb3c42
Octal165176334575301635374102
Binary111010111111101101110010111110101101110111010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757EDC; }

 p { color: rgb(117,126,220); }

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

<style>
 a { background-color: #757EDC; }

 a { background-color: rgb(117,126,220); }

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

<style>
 span { border-color: #757EDC; }

 span { border-color: rgb(117,126,220); }

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