#757DCA

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

Shades of Moody Blue #757DCA

Tints of Moody Blue #757DCA

Color information

#757DCA (or 0x757DCA) is unknown color: approx Moody Blue. HEX triplet: 75, 7D and CA. RGB value is (117,125,202). Sum of RGB (Red+Green+Blue) = 117+125+202=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #757DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DCA is #8A8235. Grayscale: #838383. Windows color (decimal): -9077302 or 13270389. OLE color: 13270389.

HSL color Cylindrical-coordinate representation of color #757DCA: hue angle of 234.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757DCA is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117125202-
CMYK0.420.3800.21
HSL234.35º44.5%62.55%-
HSV(B)234.35º42.08%79.22%-
XYZ25.3322.7158.93-
YUV131.39167.85117.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=26.35%
G=28.15%
B=45.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171252020.420.3800.21234.3544.562.55
Hex757DCA2A26015ea2d3f
Octal16517531252460253525577
Binary111010111111011100101010101010011001010111101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,125,202); }

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

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

 a { background-color: rgb(117,125,202); }

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

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

 span { border-color: rgb(117,125,202); }

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