#756DBF

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

Shades of Moody Blue #756DBF

Tints of Moody Blue #756DBF

Color information

#756DBF (or 0x756DBF) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and BF. RGB value is (117,109,191). Sum of RGB (Red+Green+Blue) = 117+109+191=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #756DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBF is #8A9240. Grayscale: #787878. Windows color (decimal): -9081409 or 12545397. OLE color: 12545397.

HSL color Cylindrical-coordinate representation of color #756DBF: hue angle of 245.85º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756DBF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117109191-
CMYK0.390.4300.25
HSL245.85º39.05%58.82%-
HSV(B)245.85º42.93%74.9%-
XYZ22.2118.4851.69-
YUV120.74167.65125.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 191 (75% from 255) = 45.80%
R=28.06%
G=26.14%
B=45.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171091910.390.4300.25245.8539.0558.82
Hex756DBF272B019f6273b
Octal16515527747530313664773
Binary111010111011011011111110011110101101100111110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756DBF; }

 p { color: rgb(117,109,191); }

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

<style>
 a { background-color: #756DBF; }

 a { background-color: rgb(117,109,191); }

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

<style>
 span { border-color: #756DBF; }

 span { border-color: rgb(117,109,191); }

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