#757ECD

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

Shades of Moody Blue #757ECD

Tints of Moody Blue #757ECD

Color information

#757ECD (or 0x757ECD) is unknown color: approx Moody Blue. HEX triplet: 75, 7E and CD. RGB value is (117,126,205). Sum of RGB (Red+Green+Blue) = 117+126+205=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #757ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECD is #8A8132. Grayscale: #838383. Windows color (decimal): -9077043 or 13467253. OLE color: 13467253.

HSL color Cylindrical-coordinate representation of color #757ECD: hue angle of 233.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757ECD is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117126205-
CMYK0.430.3900.20
HSL233.86º46.81%63.14%-
HSV(B)233.86º42.93%80.39%-
XYZ25.8223.1160.86-
YUV132.32169.02117.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=26.12%
G=28.12%
B=45.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171262050.430.3900.20233.8646.8163.14
Hex757ECD2B27014ea2f3f
Octal16517631553470243525777
Binary111010111111101100110110101110011101010011101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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