#756ECC

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

Shades of Moody Blue #756ECC

Tints of Moody Blue #756ECC

Color information

#756ECC (or 0x756ECC) is unknown color: approx Moody Blue. HEX triplet: 75, 6E and CC. RGB value is (117,110,204). Sum of RGB (Red+Green+Blue) = 117+110+204=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #756ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECC is #8A9133. Grayscale: #7A7A7A. Windows color (decimal): -9081140 or 13397621. OLE color: 13397621.

HSL color Cylindrical-coordinate representation of color #756ECC: hue angle of 244.47º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756ECC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117110204-
CMYK0.430.4600.2
HSL244.47º47.96%61.57%-
HSV(B)244.47º46.08%80%-
XYZ23.8119.2959.6-
YUV122.81173.82123.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=27.15%
G=25.52%
B=47.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171102040.430.4600.2244.4747.9661.57
Hex756ECC2B2E014f4303e
Octal16515631453560243646076
Binary111010111011101100110010101110111001010011110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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