#766EBA

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

Shades of Moody Blue #766EBA

Tints of Moody Blue #766EBA

Color information

#766EBA (or 0x766EBA) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and BA. RGB value is (118,110,186). Sum of RGB (Red+Green+Blue) = 118+110+186=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #766EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EBA is #899145. Grayscale: #787878. Windows color (decimal): -9015622 or 12217974. OLE color: 12217974.

HSL color Cylindrical-coordinate representation of color #766EBA: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #766EBA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118110186-
CMYK0.370.4100.27
HSL246.32º35.51%58.04%-
HSV(B)246.32º40.86%72.94%-
XYZ21.9118.5548.88-
YUV121.06164.65125.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=28.50%
G=26.57%
B=44.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181101860.370.4100.27246.3235.5158.04
Hex766EBA252901Bf6243a
Octal16615627245510333664472
Binary111011011011101011101010010110100101101111110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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