#756FD0

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

Shades of Moody Blue #756FD0

Tints of Moody Blue #756FD0

Color information

#756FD0 (or 0x756FD0) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and D0. RGB value is (117,111,208). Sum of RGB (Red+Green+Blue) = 117+111+208=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #756FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD0 is #8A902F. Grayscale: #7B7B7B. Windows color (decimal): -9080880 or 13660021. OLE color: 13660021.

HSL color Cylindrical-coordinate representation of color #756FD0: hue angle of 243.71º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756FD0 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117111208-
CMYK0.440.4700.18
HSL243.71º50.79%62.55%-
HSV(B)243.71º46.63%81.57%-
XYZ24.4119.762.19-
YUV123.85175.49123.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 208 (81.64% from 255) = 47.71%
R=26.83%
G=25.46%
B=47.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171112080.440.4700.18243.7150.7962.55
Hex756FD02C2F012f4333f
Octal16515732054570223646377
Binary111010111011111101000010110010111101001011110100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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