#766CBF

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

Shades of Moody Blue #766CBF

Tints of Moody Blue #766CBF

Color information

#766CBF (or 0x766CBF) is unknown color: approx Moody Blue. HEX triplet: 76, 6C and BF. RGB value is (118,108,191). Sum of RGB (Red+Green+Blue) = 118+108+191=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #766CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CBF is #899340. Grayscale: #787878. Windows color (decimal): -9016129 or 12545142. OLE color: 12545142.

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

Color convert

RGB118108191-
CMYK0.380.4300.25
HSL247.23º39.34%58.63%-
HSV(B)247.23º43.46%74.9%-
XYZ22.2418.3451.66-
YUV120.45167.81126.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 191 (75% from 255) = 45.80%
R=28.30%
G=25.90%
B=45.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181081910.380.4300.25247.2339.3458.63
Hex766CBF262B019f7273b
Octal16615427746530313674773
Binary111011011011001011111110011010101101100111110111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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