Shades of Moody Blue #7F66D5
Tints of Moody Blue #7F66D5
RGB
CMYK
RGB Variations
Color information
#7F66D5 (or 0x7F66D5) is known color: Moody Blue. HEX triplet: 7F, 66 and D5. RGB value is (127,102,213). Sum of RGB (Red+Green+Blue) = 127+102+213=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F66D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66D5 is #80992A. Grayscale: #797979. Windows color (decimal): -8427819 or 13985407. OLE color: 13985407.
HSL color Cylindrical-coordinate representation of color #7F66D5: hue angle of 253.51º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F66D5 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 102 | 213 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.16 |
| HSL | 253.51º | 0.57% | 0.62% | - |
| HSV(B) | 253.51º | 0.52% | 0.84% | - |
| XYZ | 25.51 | 18.82 | 65.24 | - |
| YUV | 122.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 213 | 0.40 | 0.52 | 0 | 0.16 | 253.51 | 0.57 | 0.62 |
| Hex | 7F | 66 | D5 | 28 | 34 | 0 | 10 | FE | 39 | 3E |
| Octal | 177 | 146 | 325 | 50 | 64 | 0 | 20 | 376 | 71 | 76 |
| Binary | 1111111 | 1100110 | 11010101 | 101000 | 110100 | 0 | 10000 | 11111110 | 111001 | 111110 |
Color Harmonies of #7F66D5
Complementary color
Monochromatic Colors of #7F66D5
Black with #7F66D5
Text Example
Text Example
White with #7F66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66D5; }
p { color: rgb(127,102,213); }
H1.HeaderClassName
{
color: #7F66D5;
}
.AnyTagClassName
{
color: #7F66D5;
}
</style>
background-color css
<style>
a { background-color: #7F66D5; }
a { background-color: rgb(127,102,213); }
div.DivClassName
{
background-color: #7F66D5;
}
.BgClassName
{
background-color: #7F66D5;
}
</style>
border-color css
<style>
span { border-color: #7F66D5; }
span { border-color: rgb(127,102,213); }
td.TdClassName
{
border-color: #7F66D5;
}
.TagClassName
{
border-color: #7F66D5;
}
</style>