#757CD4

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

Shades of Moody Blue #757CD4

Tints of Moody Blue #757CD4

Color information

#757CD4 (or 0x757CD4) is unknown color: approx Moody Blue. HEX triplet: 75, 7C and D4. RGB value is (117,124,212). Sum of RGB (Red+Green+Blue) = 117+124+212=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #757CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CD4 is #8A832B. Grayscale: #838383. Windows color (decimal): -9077548 or 13925493. OLE color: 13925493.

HSL color Cylindrical-coordinate representation of color #757CD4: hue angle of 235.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757CD4 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117124212-
CMYK0.450.4200.17
HSL235.58º52.49%64.51%-
HSV(B)235.58º44.81%83.14%-
XYZ26.4322.9565.32-
YUV131.94173.18117.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=25.83%
G=27.37%
B=46.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171242120.450.4200.17235.5852.4964.51
Hex757CD42D2A011ec3441
Octal165174324555202135464101
Binary1110101111110011010100101101101010010001111011001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,212); }

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

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

 a { background-color: rgb(117,124,212); }

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

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

 span { border-color: rgb(117,124,212); }

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