Shades of Moody Blue #7F68D5
Tints of Moody Blue #7F68D5
RGB
CMYK
RGB Variations
Color information
#7F68D5 (or 0x7F68D5) is known color: Moody Blue. HEX triplet: 7F, 68 and D5. RGB value is (127,104,213). Sum of RGB (Red+Green+Blue) = 127+104+213=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F68D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68D5 is #80972A. Grayscale: #7A7A7A. Windows color (decimal): -8427307 or 13985919. OLE color: 13985919.
HSL color Cylindrical-coordinate representation of color #7F68D5: hue angle of 252.66º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F68D5 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 104 | 213 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.16 |
| HSL | 252.66º | 0.56% | 0.62% | - |
| HSV(B) | 252.66º | 0.51% | 0.84% | - |
| XYZ | 25.71 | 19.22 | 65.3 | - |
| YUV | 123.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 213 | 0.40 | 0.51 | 0 | 0.16 | 252.66 | 0.56 | 0.62 |
| Hex | 7F | 68 | D5 | 28 | 33 | 0 | 10 | FD | 38 | 3E |
| Octal | 177 | 150 | 325 | 50 | 63 | 0 | 20 | 375 | 70 | 76 |
| Binary | 1111111 | 1101000 | 11010101 | 101000 | 110011 | 0 | 10000 | 11111101 | 111000 | 111110 |
Color Harmonies of #7F68D5
Complementary color
Monochromatic Colors of #7F68D5
Black with #7F68D5
Text Example
Text Example
White with #7F68D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68D5; }
p { color: rgb(127,104,213); }
H1.HeaderClassName
{
color: #7F68D5;
}
.AnyTagClassName
{
color: #7F68D5;
}
</style>
background-color css
<style>
a { background-color: #7F68D5; }
a { background-color: rgb(127,104,213); }
div.DivClassName
{
background-color: #7F68D5;
}
.BgClassName
{
background-color: #7F68D5;
}
</style>
border-color css
<style>
span { border-color: #7F68D5; }
span { border-color: rgb(127,104,213); }
td.TdClassName
{
border-color: #7F68D5;
}
.TagClassName
{
border-color: #7F68D5;
}
</style>