#756DBC

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

Shades of Moody Blue #756DBC

Tints of Moody Blue #756DBC

Color information

#756DBC (or 0x756DBC) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and BC. RGB value is (117,109,188). Sum of RGB (Red+Green+Blue) = 117+109+188=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #756DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBC is #8A9243. Grayscale: #787878. Windows color (decimal): -9081412 or 12348789. OLE color: 12348789.

HSL color Cylindrical-coordinate representation of color #756DBC: hue angle of 246.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756DBC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117109188-
CMYK0.380.4200.26
HSL246.08º37.09%58.24%-
HSV(B)246.08º42.02%73.73%-
XYZ21.8818.3549.97-
YUV120.4166.15125.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=28.26%
G=26.33%
B=45.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171091880.380.4200.26246.0837.0958.24
Hex756DBC262A01Af6253a
Octal16515527446520323664572
Binary111010111011011011110010011010101001101011110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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