#766FBD

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

Shades of Moody Blue #766FBD

Tints of Moody Blue #766FBD

Color information

#766FBD (or 0x766FBD) is unknown color: approx Moody Blue. HEX triplet: 76, 6F and BD. RGB value is (118,111,189). Sum of RGB (Red+Green+Blue) = 118+111+189=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #766FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FBD is #899042. Grayscale: #797979. Windows color (decimal): -9015363 or 12414838. OLE color: 12414838.

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

Color convert

RGB118111189-
CMYK0.380.4100.26
HSL245.38º37.14%58.82%-
HSV(B)245.38º41.27%74.12%-
XYZ22.3418.8950.61-
YUV121.98165.82125.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=28.23%
G=26.56%
B=45.22%

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
Decimal1181111890.380.4100.26245.3837.1458.82
Hex766FBD262901Af5253b
Octal16615727546510323654573
Binary111011011011111011110110011010100101101011110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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