#756FC7

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

Shades of Moody Blue #756FC7

Tints of Moody Blue #756FC7

Color information

#756FC7 (or 0x756FC7) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and C7. RGB value is (117,111,199). Sum of RGB (Red+Green+Blue) = 117+111+199=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #756FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FC7 is #8A9038. Grayscale: #7A7A7A. Windows color (decimal): -9080889 or 13070197. OLE color: 13070197.

HSL color Cylindrical-coordinate representation of color #756FC7: hue angle of 244.09º degrees, saturation: 0.44, 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 #756FC7 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117111199-
CMYK0.410.4400.22
HSL244.09º44%60.78%-
HSV(B)244.09º44.22%78.04%-
XYZ23.3319.2756.52-
YUV122.83170.99123.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 199 (78.12% from 255) = 46.60%
R=27.40%
G=26.00%
B=46.60%

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
Decimal1171111990.410.4400.22244.094460.78
Hex756FC7292C016f42c3d
Octal16515730751540263645475
Binary111010111011111100011110100110110001011011110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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