#757FDD

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

Shades of Moody Blue #757FDD

Tints of Moody Blue #757FDD

Color information

#757FDD (or 0x757FDD) is unknown color: approx Moody Blue. HEX triplet: 75, 7F and DD. RGB value is (117,127,221). Sum of RGB (Red+Green+Blue) = 117+127+221=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #757FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDD is #8A8022. Grayscale: #868686. Windows color (decimal): -9076771 or 14516085. OLE color: 14516085.

HSL color Cylindrical-coordinate representation of color #757FDD: hue angle of 234.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757FDD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117127221-
CMYK0.470.4300.13
HSL234.23º60.47%66.27%-
HSV(B)234.23º47.06%86.67%-
XYZ27.9824.1871.6-
YUV134.73176.69115.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=25.16%
G=27.31%
B=47.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171272210.470.4300.13234.2360.4766.27
Hex757FDD2F2B0Dea3c42
Octal165177335575301535274102
Binary111010111111111101110110111110101101101111010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,221); }

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

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

 a { background-color: rgb(117,127,221); }

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

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

 span { border-color: rgb(117,127,221); }

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