Shades of Moody Blue #767FCD
Tints of Moody Blue #767FCD
RGB
CMYK
RGB Variations
Color information
#767FCD (or 0x767FCD) is known color: Moody Blue. HEX triplet: 76, 7F and CD. RGB value is (118,127,205). Sum of RGB (Red+Green+Blue) = 118+127+205=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #767FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FCD is #898032. Grayscale: #848484. Windows color (decimal): -9011251 or 13467510. OLE color: 13467510.
HSL color Cylindrical-coordinate representation of color #767FCD: hue angle of 233.79º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767FCD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 127 | 205 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.20 |
| HSL | 233.79º | 0.47% | 0.63% | - |
| HSV(B) | 233.79º | 0.42% | 0.8% | - |
| XYZ | 26.08 | 23.44 | 60.91 | - |
| YUV | 133.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 205 | 0.42 | 0.38 | 0 | 0.20 | 233.79 | 0.47 | 0.63 |
| Hex | 76 | 7F | CD | 2A | 26 | 0 | 14 | EA | 2F | 3F |
| Octal | 166 | 177 | 315 | 52 | 46 | 0 | 24 | 352 | 57 | 77 |
| Binary | 1110110 | 1111111 | 11001101 | 101010 | 100110 | 0 | 10100 | 11101010 | 101111 | 111111 |
Color Harmonies of #767FCD
Complementary color
Monochromatic Colors of #767FCD
Black with #767FCD
Text Example
Text Example
White with #767FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FCD; }
p { color: rgb(118,127,205); }
H1.HeaderClassName
{
color: #767FCD;
}
.AnyTagClassName
{
color: #767FCD;
}
</style>
background-color css
<style>
a { background-color: #767FCD; }
a { background-color: rgb(118,127,205); }
div.DivClassName
{
background-color: #767FCD;
}
.BgClassName
{
background-color: #767FCD;
}
</style>
border-color css
<style>
span { border-color: #767FCD; }
span { border-color: rgb(118,127,205); }
td.TdClassName
{
border-color: #767FCD;
}
.TagClassName
{
border-color: #767FCD;
}
</style>