#756DBE

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

Shades of Moody Blue #756DBE

Tints of Moody Blue #756DBE

Color information

#756DBE (or 0x756DBE) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and BE. RGB value is (117,109,190). Sum of RGB (Red+Green+Blue) = 117+109+190=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #756DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBE is #8A9241. Grayscale: #787878. Windows color (decimal): -9081410 or 12479861. OLE color: 12479861.

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

Color convert

RGB117109190-
CMYK0.380.4300.25
HSL245.93º38.39%58.63%-
HSV(B)245.93º42.63%74.51%-
XYZ22.118.4451.11-
YUV120.63167.15125.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=28.12%
G=26.20%
B=45.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171091900.380.4300.25245.9338.3958.63
Hex756DBE262B019f6263b
Octal16515527646530313664673
Binary111010111011011011111010011010101101100111110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,190); }

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

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

 a { background-color: rgb(117,109,190); }

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

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

 span { border-color: rgb(117,109,190); }

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