#757AD0

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

Shades of Moody Blue #757AD0

Tints of Moody Blue #757AD0

Color information

#757AD0 (or 0x757AD0) is unknown color: approx Moody Blue. HEX triplet: 75, 7A and D0. RGB value is (117,122,208). Sum of RGB (Red+Green+Blue) = 117+122+208=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #757AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AD0 is #8A852F. Grayscale: #818181. Windows color (decimal): -9078064 or 13662837. OLE color: 13662837.

HSL color Cylindrical-coordinate representation of color #757AD0: hue angle of 236.7º 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 #757AD0 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117122208-
CMYK0.440.4100.18
HSL236.7º49.19%63.73%-
HSV(B)236.7º43.75%81.57%-
XYZ25.6822.2662.62-
YUV130.31171.84118.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=26.17%
G=27.29%
B=46.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171222080.440.4100.18236.749.1963.73
Hex757AD02C29012ed3140
Octal165172320545102235561100
Binary1110101111101011010000101100101001010010111011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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