#757DD7

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

Shades of Moody Blue #757DD7

Tints of Moody Blue #757DD7

Color information

#757DD7 (or 0x757DD7) is unknown color: approx Moody Blue. HEX triplet: 75, 7D and D7. RGB value is (117,125,215). Sum of RGB (Red+Green+Blue) = 117+125+215=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #757DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DD7 is #8A8228. Grayscale: #848484. Windows color (decimal): -9077289 or 14122357. OLE color: 14122357.

HSL color Cylindrical-coordinate representation of color #757DD7: hue angle of 235.1º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757DD7 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117125215-
CMYK0.460.4200.16
HSL235.1º55.06%65.1%-
HSV(B)235.1º45.58%84.31%-
XYZ26.9423.3667.38-
YUV132.87174.35116.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=25.60%
G=27.35%
B=47.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171252150.460.4200.16235.155.0665.1
Hex757DD72E2A010eb3741
Octal165175327565202035367101
Binary1110101111110111010111101110101010010000111010111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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