#766EBF

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

Shades of Moody Blue #766EBF

Tints of Moody Blue #766EBF

Color information

#766EBF (or 0x766EBF) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and BF. RGB value is (118,110,191). Sum of RGB (Red+Green+Blue) = 118+110+191=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #766EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EBF is #899140. Grayscale: #797979. Windows color (decimal): -9015617 or 12545654. OLE color: 12545654.

HSL color Cylindrical-coordinate representation of color #766EBF: hue angle of 245.93º 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 #766EBF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118110191-
CMYK0.380.4200.25
HSL245.93º38.76%59.02%-
HSV(B)245.93º42.41%74.9%-
XYZ22.4518.7751.73-
YUV121.63167.15125.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 191 (75% from 255) = 45.58%
R=28.16%
G=26.25%
B=45.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181101910.380.4200.25245.9338.7659.02
Hex766EBF262A019f6273b
Octal16615627746520313664773
Binary111011011011101011111110011010101001100111110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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