#756DBA

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

Shades of Moody Blue #756DBA

Tints of Moody Blue #756DBA

Color information

#756DBA (or 0x756DBA) is unknown color: approx Moody Blue. HEX triplet: 75, 6D and BA. RGB value is (117,109,186). Sum of RGB (Red+Green+Blue) = 117+109+186=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #756DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBA is #8A9245. Grayscale: #777777. Windows color (decimal): -9081414 or 12217717. OLE color: 12217717.

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

Color convert

RGB117109186-
CMYK0.370.4100.27
HSL246.23º35.81%57.84%-
HSV(B)246.23º41.4%72.94%-
XYZ21.6718.2648.84-
YUV120.17165.15125.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=28.40%
G=26.46%
B=45.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171091860.370.4100.27246.2335.8157.84
Hex756DBA252901Bf6243a
Octal16515527245510333664472
Binary111010111011011011101010010110100101101111110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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