#757DD0

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

Shades of Moody Blue #757DD0

Tints of Moody Blue #757DD0

Color information

#757DD0 (or 0x757DD0) is unknown color: approx Moody Blue. HEX triplet: 75, 7D and D0. RGB value is (117,125,208). Sum of RGB (Red+Green+Blue) = 117+125+208=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #757DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DD0 is #8A822F. Grayscale: #838383. Windows color (decimal): -9077296 or 13663605. OLE color: 13663605.

HSL color Cylindrical-coordinate representation of color #757DD0: hue angle of 234.73º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757DD0 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117125208-
CMYK0.440.4000.18
HSL234.73º49.19%63.73%-
HSV(B)234.73º43.75%81.57%-
XYZ26.052362.74-
YUV132.07170.85117.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=26%
G=27.78%
B=46.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171252080.440.4000.18234.7349.1963.73
Hex757DD02C28012eb3140
Octal165175320545002235361100
Binary1110101111110111010000101100101000010010111010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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