#756EBF

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

Shades of Moody Blue #756EBF

Tints of Moody Blue #756EBF

Color information

#756EBF (or 0x756EBF) is unknown color: approx Moody Blue. HEX triplet: 75, 6E and BF. RGB value is (117,110,191). Sum of RGB (Red+Green+Blue) = 117+110+191=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #756EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EBF is #8A9140. Grayscale: #797979. Windows color (decimal): -9081153 or 12545653. OLE color: 12545653.

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

Color convert

RGB117110191-
CMYK0.390.4200.25
HSL245.19º38.76%59.02%-
HSV(B)245.19º42.41%74.9%-
XYZ22.3218.751.72-
YUV121.33167.32124.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 191 (75% from 255) = 45.69%
R=27.99%
G=26.32%
B=45.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171101910.390.4200.25245.1938.7659.02
Hex756EBF272A019f5273b
Octal16515627747520313654773
Binary111010111011101011111110011110101001100111110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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