Shades of Moody Blue #766DCB
Tints of Moody Blue #766DCB
RGB
CMYK
RGB Variations
Color information
#766DCB (or 0x766DCB) is known color: 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
| RGB | 118 | 109 | 203 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.20 |
| HSL | 245.74º | 0.47% | 0.61% | - |
| HSV(B) | 245.74º | 0.46% | 0.8% | - |
| XYZ | 23.72 | 19.1 | 58.94 | - |
| YUV | 122.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 203 | 0.42 | 0.46 | 0 | 0.20 | 245.74 | 0.47 | 0.61 |
| Hex | 76 | 6D | CB | 2A | 2E | 0 | 14 | F6 | 2F | 3D |
| Octal | 166 | 155 | 313 | 52 | 56 | 0 | 24 | 366 | 57 | 75 |
| Binary | 1110110 | 1101101 | 11001011 | 101010 | 101110 | 0 | 10100 | 11110110 | 101111 | 111101 |
Color Harmonies of #766DCB
Complementary color
Monochromatic Colors of #766DCB
Black with #766DCB
Text Example
Text Example
White with #766DCB
Text Example
Text Example
HTML Codes & Css Web 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>