Shades of Moody Blue #766CCD
Tints of Moody Blue #766CCD
RGB
CMYK
RGB Variations
Color information
#766CCD (or 0x766CCD) is known color: Moody Blue. HEX triplet: 76, 6C and CD. RGB value is (118,108,205). Sum of RGB (Red+Green+Blue) = 118+108+205=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #766CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CCD is #899332. Grayscale: #797979. Windows color (decimal): -9016115 or 13462646. OLE color: 13462646.
HSL color Cylindrical-coordinate representation of color #766CCD: hue angle of 246.19º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766CCD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 108 | 205 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.20 |
| HSL | 246.19º | 0.49% | 0.61% | - |
| HSV(B) | 246.19º | 0.47% | 0.8% | - |
| XYZ | 23.85 | 18.98 | 60.16 | - |
| YUV | 122.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 205 | 0.42 | 0.47 | 0 | 0.20 | 246.19 | 0.49 | 0.61 |
| Hex | 76 | 6C | CD | 2A | 2F | 0 | 14 | F6 | 31 | 3D |
| Octal | 166 | 154 | 315 | 52 | 57 | 0 | 24 | 366 | 61 | 75 |
| Binary | 1110110 | 1101100 | 11001101 | 101010 | 101111 | 0 | 10100 | 11110110 | 110001 | 111101 |
Color Harmonies of #766CCD
Complementary color
Monochromatic Colors of #766CCD
Black with #766CCD
Text Example
Text Example
White with #766CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CCD; }
p { color: rgb(118,108,205); }
H1.HeaderClassName
{
color: #766CCD;
}
.AnyTagClassName
{
color: #766CCD;
}
</style>
background-color css
<style>
a { background-color: #766CCD; }
a { background-color: rgb(118,108,205); }
div.DivClassName
{
background-color: #766CCD;
}
.BgClassName
{
background-color: #766CCD;
}
</style>
border-color css
<style>
span { border-color: #766CCD; }
span { border-color: rgb(118,108,205); }
td.TdClassName
{
border-color: #766CCD;
}
.TagClassName
{
border-color: #766CCD;
}
</style>