#757ECC

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

Shades of Moody Blue #757ECC

Tints of Moody Blue #757ECC

Color information

#757ECC (or 0x757ECC) is unknown color: approx Moody Blue. HEX triplet: 75, 7E and CC. RGB value is (117,126,204). Sum of RGB (Red+Green+Blue) = 117+126+204=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #757ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECC is #8A8133. Grayscale: #838383. Windows color (decimal): -9077044 or 13401717. OLE color: 13401717.

HSL color Cylindrical-coordinate representation of color #757ECC: hue angle of 233.79º degrees, saturation: 0.46, 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 #757ECC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117126204-
CMYK0.430.3800.2
HSL233.79º46.03%62.94%-
HSV(B)233.79º42.65%80%-
XYZ25.723.0660.22-
YUV132.2168.52117.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=26.17%
G=28.19%
B=45.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171262040.430.3800.2233.7946.0362.94
Hex757ECC2B26014ea2e3f
Octal16517631453460243525677
Binary111010111111101100110010101110011001010011101010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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