#756FC6

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

Shades of Moody Blue #756FC6

Tints of Moody Blue #756FC6

Color information

#756FC6 (or 0x756FC6) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and C6. RGB value is (117,111,198). Sum of RGB (Red+Green+Blue) = 117+111+198=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #756FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FC6 is #8A9039. Grayscale: #7A7A7A. Windows color (decimal): -9080890 or 13004661. OLE color: 13004661.

HSL color Cylindrical-coordinate representation of color #756FC6: hue angle of 244.14º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756FC6 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117111198-
CMYK0.410.4400.22
HSL244.14º43.28%60.59%-
HSV(B)244.14º43.94%77.65%-
XYZ23.2119.2355.91-
YUV122.71170.49123.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=27.46%
G=26.06%
B=46.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171111980.410.4400.22244.1443.2860.59
Hex756FC6292C016f42b3d
Octal16515730651540263645375
Binary111010111011111100011010100110110001011011110100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,198); }

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

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

 a { background-color: rgb(117,111,198); }

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

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

 span { border-color: rgb(117,111,198); }

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