Shades of Moody Blue #7F69D1
Tints of Moody Blue #7F69D1
RGB
CMYK
RGB Variations
Color information
#7F69D1 (or 0x7F69D1) is known color: Moody Blue. HEX triplet: 7F, 69 and D1. RGB value is (127,105,209). Sum of RGB (Red+Green+Blue) = 127+105+209=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F69D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69D1 is #80962E. Grayscale: #7B7B7B. Windows color (decimal): -8427055 or 13724031. OLE color: 13724031.
HSL color Cylindrical-coordinate representation of color #7F69D1: hue angle of 252.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F69D1 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 105 | 209 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.18 |
| HSL | 252.69º | 0.53% | 0.62% | - |
| HSV(B) | 252.69º | 0.5% | 0.82% | - |
| XYZ | 25.31 | 19.22 | 62.7 | - |
| YUV | 123.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 209 | 0.39 | 0.50 | 0 | 0.18 | 252.69 | 0.53 | 0.62 |
| Hex | 7F | 69 | D1 | 27 | 32 | 0 | 12 | FD | 35 | 3E |
| Octal | 177 | 151 | 321 | 47 | 62 | 0 | 22 | 375 | 65 | 76 |
| Binary | 1111111 | 1101001 | 11010001 | 100111 | 110010 | 0 | 10010 | 11111101 | 110101 | 111110 |
Color Harmonies of #7F69D1
Complementary color
Monochromatic Colors of #7F69D1
Black with #7F69D1
Text Example
Text Example
White with #7F69D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69D1; }
p { color: rgb(127,105,209); }
H1.HeaderClassName
{
color: #7F69D1;
}
.AnyTagClassName
{
color: #7F69D1;
}
</style>
background-color css
<style>
a { background-color: #7F69D1; }
a { background-color: rgb(127,105,209); }
div.DivClassName
{
background-color: #7F69D1;
}
.BgClassName
{
background-color: #7F69D1;
}
</style>
border-color css
<style>
span { border-color: #7F69D1; }
span { border-color: rgb(127,105,209); }
td.TdClassName
{
border-color: #7F69D1;
}
.TagClassName
{
border-color: #7F69D1;
}
</style>