#757ED0

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

Shades of Moody Blue #757ED0

Tints of Moody Blue #757ED0

Color information

#757ED0 (or 0x757ED0) is unknown color: approx Moody Blue. HEX triplet: 75, 7E and D0. RGB value is (117,126,208). Sum of RGB (Red+Green+Blue) = 117+126+208=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #757ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ED0 is #8A812F. Grayscale: #848484. Windows color (decimal): -9077040 or 13663861. OLE color: 13663861.

HSL color Cylindrical-coordinate representation of color #757ED0: hue angle of 234.07º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757ED0 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117126208-
CMYK0.440.3900.18
HSL234.07º49.19%63.73%-
HSV(B)234.07º43.75%81.57%-
XYZ26.1823.2662.78-
YUV132.66170.52116.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=25.94%
G=27.94%
B=46.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171262080.440.3900.18234.0749.1963.73
Hex757ED02C27012ea3140
Octal165176320544702235261100
Binary1110101111111011010000101100100111010010111010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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