Shades of Moody Blue #766CCF
Tints of Moody Blue #766CCF
RGB
CMYK
RGB Variations
Color information
#766CCF (or 0x766CCF) is known color: Moody Blue. HEX triplet: 76, 6C and CF. RGB value is (118,108,207). Sum of RGB (Red+Green+Blue) = 118+108+207=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #766CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CCF is #899330. Grayscale: #797979. Windows color (decimal): -9016113 or 13593718. OLE color: 13593718.
HSL color Cylindrical-coordinate representation of color #766CCF: hue angle of 246.06º 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 #766CCF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 108 | 207 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.19 |
| HSL | 246.06º | 0.51% | 0.62% | - |
| HSV(B) | 246.06º | 0.48% | 0.81% | - |
| XYZ | 24.1 | 19.08 | 61.44 | - |
| YUV | 122.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 207 | 0.43 | 0.48 | 0 | 0.19 | 246.06 | 0.51 | 0.62 |
| Hex | 76 | 6C | CF | 2B | 30 | 0 | 13 | F6 | 33 | 3E |
| Octal | 166 | 154 | 317 | 53 | 60 | 0 | 23 | 366 | 63 | 76 |
| Binary | 1110110 | 1101100 | 11001111 | 101011 | 110000 | 0 | 10011 | 11110110 | 110011 | 111110 |
Color Harmonies of #766CCF
Complementary color
Monochromatic Colors of #766CCF
Black with #766CCF
Text Example
Text Example
White with #766CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CCF; }
p { color: rgb(118,108,207); }
H1.HeaderClassName
{
color: #766CCF;
}
.AnyTagClassName
{
color: #766CCF;
}
</style>
background-color css
<style>
a { background-color: #766CCF; }
a { background-color: rgb(118,108,207); }
div.DivClassName
{
background-color: #766CCF;
}
.BgClassName
{
background-color: #766CCF;
}
</style>
border-color css
<style>
span { border-color: #766CCF; }
span { border-color: rgb(118,108,207); }
td.TdClassName
{
border-color: #766CCF;
}
.TagClassName
{
border-color: #766CCF;
}
</style>