Shades of Moody Blue #766BCF
Tints of Moody Blue #766BCF
RGB
CMYK
RGB Variations
Color information
#766BCF (or 0x766BCF) is known color: Moody Blue. HEX triplet: 76, 6B and CF. RGB value is (118,107,207). Sum of RGB (Red+Green+Blue) = 118+107+207=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #766BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BCF is #899430. Grayscale: #797979. Windows color (decimal): -9016369 or 13593462. OLE color: 13593462.
HSL color Cylindrical-coordinate representation of color #766BCF: hue angle of 246.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766BCF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 107 | 207 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.19 |
| HSL | 246.6º | 0.51% | 0.62% | - |
| HSV(B) | 246.6º | 0.48% | 0.81% | - |
| XYZ | 23.99 | 18.87 | 61.41 | - |
| YUV | 121.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 207 | 0.43 | 0.48 | 0 | 0.19 | 246.6 | 0.51 | 0.62 |
| Hex | 76 | 6B | CF | 2B | 30 | 0 | 13 | F7 | 33 | 3E |
| Octal | 166 | 153 | 317 | 53 | 60 | 0 | 23 | 367 | 63 | 76 |
| Binary | 1110110 | 1101011 | 11001111 | 101011 | 110000 | 0 | 10011 | 11110111 | 110011 | 111110 |
Color Harmonies of #766BCF
Complementary color
Monochromatic Colors of #766BCF
Black with #766BCF
Text Example
Text Example
White with #766BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BCF; }
p { color: rgb(118,107,207); }
H1.HeaderClassName
{
color: #766BCF;
}
.AnyTagClassName
{
color: #766BCF;
}
</style>
background-color css
<style>
a { background-color: #766BCF; }
a { background-color: rgb(118,107,207); }
div.DivClassName
{
background-color: #766BCF;
}
.BgClassName
{
background-color: #766BCF;
}
</style>
border-color css
<style>
span { border-color: #766BCF; }
span { border-color: rgb(118,107,207); }
td.TdClassName
{
border-color: #766BCF;
}
.TagClassName
{
border-color: #766BCF;
}
</style>