#756EBC

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

Shades of Moody Blue #756EBC

Tints of Moody Blue #756EBC

Color information

#756EBC (or 0x756EBC) is unknown color: approx Moody Blue. HEX triplet: 75, 6E and BC. RGB value is (117,110,188). Sum of RGB (Red+Green+Blue) = 117+110+188=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #756EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EBC is #8A9143. Grayscale: #787878. Windows color (decimal): -9081156 or 12349045. OLE color: 12349045.

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

Color convert

RGB117110188-
CMYK0.380.4100.26
HSL245.38º36.79%58.43%-
HSV(B)245.38º41.49%73.73%-
XYZ21.9918.5650-
YUV120.98165.82125.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=28.19%
G=26.51%
B=45.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171101880.380.4100.26245.3836.7958.43
Hex756EBC262901Af5253a
Octal16515627446510323654572
Binary111010111011101011110010011010100101101011110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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