#756ABF

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

Shades of Moody Blue #756ABF

Tints of Moody Blue #756ABF

Color information

#756ABF (or 0x756ABF) is unknown color: approx Moody Blue. HEX triplet: 75, 6A and BF. RGB value is (117,106,191). Sum of RGB (Red+Green+Blue) = 117+106+191=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #756ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ABF is #8A9540. Grayscale: #767676. Windows color (decimal): -9082177 or 12544629. OLE color: 12544629.

HSL color Cylindrical-coordinate representation of color #756ABF: hue angle of 247.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756ABF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117106191-
CMYK0.390.4500.25
HSL247.76º39.91%58.24%-
HSV(B)247.76º44.5%74.9%-
XYZ21.8917.8551.58-
YUV118.98168.64126.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 191 (75% from 255) = 46.14%
R=28.26%
G=25.60%
B=46.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171061910.390.4500.25247.7639.9158.24
Hex756ABF272D019f8283a
Octal16515227747550313705072
Binary111010111010101011111110011110110101100111111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,191); }

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

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

 a { background-color: rgb(117,106,191); }

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

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

 span { border-color: rgb(117,106,191); }

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