#756DCB

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

Shades of Moody Blue #756DCB

Tints of Moody Blue #756DCB

Color information

#756DCB (or 0x756DCB) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and CB. RGB value is (117,109,203). Sum of RGB (Red+Green+Blue) = 117+109+203=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #756DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DCB is #8A9234. Grayscale: #797979. Windows color (decimal): -9081397 or 13331829. OLE color: 13331829.

HSL color Cylindrical-coordinate representation of color #756DCB: hue angle of 245.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756DCB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117109203-
CMYK0.420.4600.20
HSL245.11º47.47%61.18%-
HSV(B)245.11º46.31%79.61%-
XYZ23.5819.0358.93-
YUV122.11173.65124.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=27.27%
G=25.41%
B=47.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171092030.420.4600.20245.1147.4761.18
Hex756DCB2A2E014f52f3d
Octal16515531352560243655775
Binary111010111011011100101110101010111001010011110101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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