#757ECF

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

Shades of Moody Blue #757ECF

Tints of Moody Blue #757ECF

Color information

#757ECF (or 0x757ECF) is unknown color: approx Moody Blue. HEX triplet: 75, 7E and CF. RGB value is (117,126,207). Sum of RGB (Red+Green+Blue) = 117+126+207=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #757ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECF is #8A8130. Grayscale: #848484. Windows color (decimal): -9077041 or 13598325. OLE color: 13598325.

HSL color Cylindrical-coordinate representation of color #757ECF: hue angle of 234º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757ECF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117126207-
CMYK0.430.3900.19
HSL234º48.39%63.53%-
HSV(B)234º43.48%81.18%-
XYZ26.0623.2162.14-
YUV132.54170.02116.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 207 (81.25% from 255) = 46%
R=26%
G=28%
B=46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171262070.430.3900.1923448.3963.53
Hex757ECF2B27013ea3040
Octal165176317534702335260100
Binary1110101111111011001111101011100111010011111010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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