#757DD3

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

Shades of Moody Blue #757DD3

Tints of Moody Blue #757DD3

Color information

#757DD3 (or 0x757DD3) is unknown color: approx Moody Blue. HEX triplet: 75, 7D and D3. RGB value is (117,125,211). Sum of RGB (Red+Green+Blue) = 117+125+211=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #757DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DD3 is #8A822C. Grayscale: #848484. Windows color (decimal): -9077293 or 13860213. OLE color: 13860213.

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

Color convert

RGB117125211-
CMYK0.450.4100.17
HSL234.89º51.65%64.31%-
HSV(B)234.89º44.55%82.75%-
XYZ26.4323.1564.7-
YUV132.41172.35117.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 211 (82.81% from 255) = 46.58%
R=25.83%
G=27.59%
B=46.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171252110.450.4100.17234.8951.6564.31
Hex757DD32D29011eb3440
Octal165175323555102135364100
Binary1110101111110111010011101101101001010001111010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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