#757cda

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

Shades of Moody Blue #757CDA

Tints of Moody Blue #757CDA

Color information

#757CDA (or 0x757CDA) is unknown color: approx Moody Blue. HEX triplet: 75, 7C and DA. RGB value is (117,124,218). Sum of RGB (Red+Green+Blue) = 117+124+218=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #757CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CDA is #8A8325. Grayscale: #848484. Windows color (decimal): -9077542 or 14318709. OLE color: 14318709.

HSL color Cylindrical-coordinate representation of color #757CDA: hue angle of 235.84º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757CDA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117124218-
CMYK0.460.4300.15
HSL235.84º57.71%65.69%-
HSV(B)235.84º46.33%85.49%-
XYZ27.223.2669.39-
YUV132.62176.18116.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=25.49%
G=27.02%
B=47.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171242180.460.4300.15235.8457.7165.69
Hex757CDA2E2B0Fec3a42
Octal165174332565301735472102
Binary111010111111001101101010111010101101111111011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757cda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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