#756FBD

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

Shades of Moody Blue #756FBD

Tints of Moody Blue #756FBD

Color information

#756FBD (or 0x756FBD) is unknown color: approx Moody Blue. HEX triplet: 75, 6F and BD. RGB value is (117,111,189). Sum of RGB (Red+Green+Blue) = 117+111+189=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #756FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FBD is #8A9042. Grayscale: #797979. Windows color (decimal): -9080899 or 12414837. OLE color: 12414837.

HSL color Cylindrical-coordinate representation of color #756FBD: hue angle of 244.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756FBD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117111189-
CMYK0.380.4100.26
HSL244.62º37.14%58.82%-
HSV(B)244.62º41.27%74.12%-
XYZ22.2118.8250.61-
YUV121.69165.99124.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=28.06%
G=26.62%
B=45.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171111890.380.4100.26244.6237.1458.82
Hex756FBD262901Af5253b
Octal16515727546510323654573
Binary111010111011111011110110011010100101101011110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,189); }

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

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

 a { background-color: rgb(117,111,189); }

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

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

 span { border-color: rgb(117,111,189); }

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