Shades of Moody Blue #7F66D0
Tints of Moody Blue #7F66D0
RGB
CMYK
RGB Variations
Color information
#7F66D0 (or 0x7F66D0) is known color: Moody Blue. HEX triplet: 7F, 66 and D0. RGB value is (127,102,208). Sum of RGB (Red+Green+Blue) = 127+102+208=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F66D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66D0 is #80992F. Grayscale: #797979. Windows color (decimal): -8427824 or 13657727. OLE color: 13657727.
HSL color Cylindrical-coordinate representation of color #7F66D0: hue angle of 254.15º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F66D0 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 102 | 208 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.18 |
| HSL | 254.15º | 0.53% | 0.61% | - |
| HSV(B) | 254.15º | 0.51% | 0.82% | - |
| XYZ | 24.89 | 18.57 | 61.95 | - |
| YUV | 121.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 208 | 0.39 | 0.51 | 0 | 0.18 | 254.15 | 0.53 | 0.61 |
| Hex | 7F | 66 | D0 | 27 | 33 | 0 | 12 | FE | 35 | 3D |
| Octal | 177 | 146 | 320 | 47 | 63 | 0 | 22 | 376 | 65 | 75 |
| Binary | 1111111 | 1100110 | 11010000 | 100111 | 110011 | 0 | 10010 | 11111110 | 110101 | 111101 |
Color Harmonies of #7F66D0
Complementary color
Monochromatic Colors of #7F66D0
Black with #7F66D0
Text Example
Text Example
White with #7F66D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66D0; }
p { color: rgb(127,102,208); }
H1.HeaderClassName
{
color: #7F66D0;
}
.AnyTagClassName
{
color: #7F66D0;
}
</style>
background-color css
<style>
a { background-color: #7F66D0; }
a { background-color: rgb(127,102,208); }
div.DivClassName
{
background-color: #7F66D0;
}
.BgClassName
{
background-color: #7F66D0;
}
</style>
border-color css
<style>
span { border-color: #7F66D0; }
span { border-color: rgb(127,102,208); }
td.TdClassName
{
border-color: #7F66D0;
}
.TagClassName
{
border-color: #7F66D0;
}
</style>