#766DCB

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

Shades of Moody Blue #766DCB

Tints of Moody Blue #766DCB

Color information

#766DCB (or 0x766DCB) is unknown color: approx Moody Blue. HEX triplet: 76, 6D and CB. RGB value is (118,109,203). Sum of RGB (Red+Green+Blue) = 118+109+203=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #766DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DCB is #899234. Grayscale: #7A7A7A. Windows color (decimal): -9015861 or 13331830. OLE color: 13331830.

HSL color Cylindrical-coordinate representation of color #766DCB: hue angle of 245.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766DCB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118109203-
CMYK0.420.4600.20
HSL245.74º47.47%61.18%-
HSV(B)245.74º46.31%79.61%-
XYZ23.7219.158.94-
YUV122.41173.48124.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=27.44%
G=25.35%
B=47.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181092030.420.4600.20245.7447.4761.18
Hex766DCB2A2E014f62f3d
Octal16615531352560243665775
Binary111011011011011100101110101010111001010011110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,203); }

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

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

 a { background-color: rgb(118,109,203); }

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

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

 span { border-color: rgb(118,109,203); }

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