Shades of Moody Blue #767CCD
Tints of Moody Blue #767CCD
RGB
CMYK
RGB Variations
Color information
#767CCD (or 0x767CCD) is known color: Moody Blue. HEX triplet: 76, 7C and CD. RGB value is (118,124,205). Sum of RGB (Red+Green+Blue) = 118+124+205=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #767CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CCD is #898332. Grayscale: #838383. Windows color (decimal): -9012019 or 13466742. OLE color: 13466742.
HSL color Cylindrical-coordinate representation of color #767CCD: hue angle of 235.86º 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 #767CCD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 124 | 205 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.20 |
| HSL | 235.86º | 0.47% | 0.63% | - |
| HSV(B) | 235.86º | 0.42% | 0.8% | - |
| XYZ | 25.7 | 22.67 | 60.78 | - |
| YUV | 131.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 205 | 0.42 | 0.40 | 0 | 0.20 | 235.86 | 0.47 | 0.63 |
| Hex | 76 | 7C | CD | 2A | 28 | 0 | 14 | EC | 2F | 3F |
| Octal | 166 | 174 | 315 | 52 | 50 | 0 | 24 | 354 | 57 | 77 |
| Binary | 1110110 | 1111100 | 11001101 | 101010 | 101000 | 0 | 10100 | 11101100 | 101111 | 111111 |
Color Harmonies of #767CCD
Complementary color
Monochromatic Colors of #767CCD
Black with #767CCD
Text Example
Text Example
White with #767CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CCD; }
p { color: rgb(118,124,205); }
H1.HeaderClassName
{
color: #767CCD;
}
.AnyTagClassName
{
color: #767CCD;
}
</style>
background-color css
<style>
a { background-color: #767CCD; }
a { background-color: rgb(118,124,205); }
div.DivClassName
{
background-color: #767CCD;
}
.BgClassName
{
background-color: #767CCD;
}
</style>
border-color css
<style>
span { border-color: #767CCD; }
span { border-color: rgb(118,124,205); }
td.TdClassName
{
border-color: #767CCD;
}
.TagClassName
{
border-color: #767CCD;
}
</style>