#756CBA

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

Shades of Moody Blue #756CBA

Tints of Moody Blue #756CBA

Color information

#756CBA (or 0x756CBA) is unknown color: approx Moody Blue. HEX triplet: 75, 6C and BA. RGB value is (117,108,186). Sum of RGB (Red+Green+Blue) = 117+108+186=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #756CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CBA is #8A9345. Grayscale: #777777. Windows color (decimal): -9081670 or 12217461. OLE color: 12217461.

HSL color Cylindrical-coordinate representation of color #756CBA: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756CBA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117108186-
CMYK0.370.4200.27
HSL246.92º36.11%57.65%-
HSV(B)246.92º41.94%72.94%-
XYZ21.5618.0548.8-
YUV119.58165.48126.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=28.47%
G=26.28%
B=45.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171081860.370.4200.27246.9236.1157.65
Hex756CBA252A01Bf7243a
Octal16515427245520333674472
Binary111010111011001011101010010110101001101111110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,186); }

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

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

 a { background-color: rgb(117,108,186); }

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

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

 span { border-color: rgb(117,108,186); }

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