#756EBD

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

Shades of Moody Blue #756EBD

Tints of Moody Blue #756EBD

Color information

#756EBD (or 0x756EBD) is unknown color: approx Moody Blue. HEX triplet: 75, 6E and BD. RGB value is (117,110,189). Sum of RGB (Red+Green+Blue) = 117+110+189=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #756EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EBD is #8A9142. Grayscale: #787878. Windows color (decimal): -9081155 or 12414581. OLE color: 12414581.

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

Color convert

RGB117110189-
CMYK0.380.4200.26
HSL245.32º37.44%58.63%-
HSV(B)245.32º41.8%74.12%-
XYZ22.118.6150.57-
YUV121.1166.32125.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=28.12%
G=26.44%
B=45.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171101890.380.4200.26245.3237.4458.63
Hex756EBD262A01Af5253b
Octal16515627546520323654573
Binary111010111011101011110110011010101001101011110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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