Shades of Moody Blue #767BCF
Tints of Moody Blue #767BCF
RGB
CMYK
RGB Variations
Color information
#767BCF (or 0x767BCF) is known color: Moody Blue. HEX triplet: 76, 7B and CF. RGB value is (118,123,207). Sum of RGB (Red+Green+Blue) = 118+123+207=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #767BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BCF is #898430. Grayscale: #828282. Windows color (decimal): -9012273 or 13597558. OLE color: 13597558.
HSL color Cylindrical-coordinate representation of color #767BCF: hue angle of 236.63º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767BCF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 123 | 207 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.19 |
| HSL | 236.63º | 0.48% | 0.64% | - |
| HSV(B) | 236.63º | 0.43% | 0.81% | - |
| XYZ | 25.82 | 22.52 | 62.02 | - |
| YUV | 131.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 207 | 0.43 | 0.41 | 0 | 0.19 | 236.63 | 0.48 | 0.64 |
| Hex | 76 | 7B | CF | 2B | 29 | 0 | 13 | ED | 30 | 40 |
| Octal | 166 | 173 | 317 | 53 | 51 | 0 | 23 | 355 | 60 | 100 |
| Binary | 1110110 | 1111011 | 11001111 | 101011 | 101001 | 0 | 10011 | 11101101 | 110000 | 1000000 |
Color Harmonies of #767BCF
Complementary color
Monochromatic Colors of #767BCF
Black with #767BCF
Text Example
Text Example
White with #767BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BCF; }
p { color: rgb(118,123,207); }
H1.HeaderClassName
{
color: #767BCF;
}
.AnyTagClassName
{
color: #767BCF;
}
</style>
background-color css
<style>
a { background-color: #767BCF; }
a { background-color: rgb(118,123,207); }
div.DivClassName
{
background-color: #767BCF;
}
.BgClassName
{
background-color: #767BCF;
}
</style>
border-color css
<style>
span { border-color: #767BCF; }
span { border-color: rgb(118,123,207); }
td.TdClassName
{
border-color: #767BCF;
}
.TagClassName
{
border-color: #767BCF;
}
</style>