Shades of Moody Blue #7F69C6
Tints of Moody Blue #7F69C6
RGB
CMYK
RGB Variations
Color information
#7F69C6 (or 0x7F69C6) is known color: Moody Blue. HEX triplet: 7F, 69 and C6. RGB value is (127,105,198). Sum of RGB (Red+Green+Blue) = 127+105+198=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F69C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69C6 is #809639. Grayscale: #797979. Windows color (decimal): -8427066 or 13003135. OLE color: 13003135.
HSL color Cylindrical-coordinate representation of color #7F69C6: hue angle of 254.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F69C6 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 105 | 198 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.22 |
| HSL | 254.19º | 0.45% | 0.59% | - |
| HSV(B) | 254.19º | 0.47% | 0.78% | - |
| XYZ | 24 | 18.69 | 55.77 | - |
| YUV | 122.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 198 | 0.36 | 0.47 | 0 | 0.22 | 254.19 | 0.45 | 0.59 |
| Hex | 7F | 69 | C6 | 24 | 2F | 0 | 16 | FE | 2D | 3B |
| Octal | 177 | 151 | 306 | 44 | 57 | 0 | 26 | 376 | 55 | 73 |
| Binary | 1111111 | 1101001 | 11000110 | 100100 | 101111 | 0 | 10110 | 11111110 | 101101 | 111011 |
Color Harmonies of #7F69C6
Complementary color
Monochromatic Colors of #7F69C6
Black with #7F69C6
Text Example
Text Example
White with #7F69C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69C6; }
p { color: rgb(127,105,198); }
H1.HeaderClassName
{
color: #7F69C6;
}
.AnyTagClassName
{
color: #7F69C6;
}
</style>
background-color css
<style>
a { background-color: #7F69C6; }
a { background-color: rgb(127,105,198); }
div.DivClassName
{
background-color: #7F69C6;
}
.BgClassName
{
background-color: #7F69C6;
}
</style>
border-color css
<style>
span { border-color: #7F69C6; }
span { border-color: rgb(127,105,198); }
td.TdClassName
{
border-color: #7F69C6;
}
.TagClassName
{
border-color: #7F69C6;
}
</style>