#757CDB

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

Shades of Moody Blue #757CDB

Tints of Moody Blue #757CDB

Color information

#757CDB (or 0x757CDB) is unknown color: approx Moody Blue. HEX triplet: 75, 7C and DB. RGB value is (117,124,219). Sum of RGB (Red+Green+Blue) = 117+124+219=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #757CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CDB is #8A8324. Grayscale: #848484. Windows color (decimal): -9077541 or 14384245. OLE color: 14384245.

HSL color Cylindrical-coordinate representation of color #757CDB: hue angle of 235.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757CDB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117124219-
CMYK0.470.4300.14
HSL235.88º58.62%65.88%-
HSV(B)235.88º46.58%85.88%-
XYZ27.3323.3170.08-
YUV132.74176.68116.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=25.43%
G=26.96%
B=47.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171242190.470.4300.14235.8858.6265.88
Hex757CDB2F2B0Eec3b42
Octal165174333575301635473102
Binary111010111111001101101110111110101101110111011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,219); }

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

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

 a { background-color: rgb(117,124,219); }

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

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

 span { border-color: rgb(117,124,219); }

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