#756BC7

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

Shades of Moody Blue #756BC7

Tints of Moody Blue #756BC7

Color information

#756BC7 (or 0x756BC7) is unknown color: approx Moody Blue. HEX triplet: 75, 6B and C7. RGB value is (117,107,199). Sum of RGB (Red+Green+Blue) = 117+107+199=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #756BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BC7 is #8A9438. Grayscale: #787878. Windows color (decimal): -9081913 or 13069173. OLE color: 13069173.

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

Color convert

RGB117107199-
CMYK0.410.4600.22
HSL246.52º45.1%60%-
HSV(B)246.52º46.23%78.04%-
XYZ22.918.4256.38-
YUV120.48172.31125.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 199 (78.12% from 255) = 47.04%
R=27.66%
G=25.30%
B=47.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171071990.410.4600.22246.5245.160
Hex756BC7292E016f72d3c
Octal16515330751560263675574
Binary111010111010111100011110100110111001011011110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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