#757DDA

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

Shades of Moody Blue #757DDA

Tints of Moody Blue #757DDA

Color information

#757DDA (or 0x757DDA) is unknown color: approx Moody Blue. HEX triplet: 75, 7D and DA. RGB value is (117,125,218). Sum of RGB (Red+Green+Blue) = 117+125+218=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #757DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DDA is #8A8225. Grayscale: #848484. Windows color (decimal): -9077286 or 14318965. OLE color: 14318965.

HSL color Cylindrical-coordinate representation of color #757DDA: hue angle of 235.25º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757DDA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117125218-
CMYK0.460.4300.15
HSL235.25º57.71%65.69%-
HSV(B)235.25º46.33%85.49%-
XYZ27.3223.5169.43-
YUV133.21175.85116.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=25.43%
G=27.17%
B=47.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171252180.460.4300.15235.2557.7165.69
Hex757DDA2E2B0Feb3a42
Octal165175332565301735372102
Binary111010111111011101101010111010101101111111010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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