#756FC0

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

Shades of Moody Blue #756FC0

Tints of Moody Blue #756FC0

Color information

#756FC0 (or 0x756FC0) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and C0. RGB value is (117,111,192). Sum of RGB (Red+Green+Blue) = 117+111+192=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #756FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FC0 is #8A903F. Grayscale: #797979. Windows color (decimal): -9080896 or 12611445. OLE color: 12611445.

HSL color Cylindrical-coordinate representation of color #756FC0: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756FC0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117111192-
CMYK0.390.4200.25
HSL244.44º39.13%59.41%-
HSV(B)244.44º42.19%75.29%-
XYZ22.5318.9652.34-
YUV122.03167.49124.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=27.86%
G=26.43%
B=45.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171111920.390.4200.25244.4439.1359.41
Hex756FC0272A019f4273b
Octal16515730047520313644773
Binary111010111011111100000010011110101001100111110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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