Shades of Moody Blue #7F66CE
Tints of Moody Blue #7F66CE
RGB
CMYK
RGB Variations
Color information
#7F66CE (or 0x7F66CE) is known color: Moody Blue. HEX triplet: 7F, 66 and CE. RGB value is (127,102,206). Sum of RGB (Red+Green+Blue) = 127+102+206=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66CE is #809931. Grayscale: #787878. Windows color (decimal): -8427826 or 13526655. OLE color: 13526655.
HSL color Cylindrical-coordinate representation of color #7F66CE: hue angle of 254.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F66CE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 102 | 206 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.19 |
| HSL | 254.42º | 0.51% | 0.6% | - |
| HSV(B) | 254.42º | 0.5% | 0.81% | - |
| XYZ | 24.64 | 18.47 | 60.66 | - |
| YUV | 121.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 206 | 0.38 | 0.50 | 0 | 0.19 | 254.42 | 0.51 | 0.6 |
| Hex | 7F | 66 | CE | 26 | 32 | 0 | 13 | FE | 33 | 3C |
| Octal | 177 | 146 | 316 | 46 | 62 | 0 | 23 | 376 | 63 | 74 |
| Binary | 1111111 | 1100110 | 11001110 | 100110 | 110010 | 0 | 10011 | 11111110 | 110011 | 111100 |
Color Harmonies of #7F66CE
Complementary color
Monochromatic Colors of #7F66CE
Black with #7F66CE
Text Example
Text Example
White with #7F66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66CE; }
p { color: rgb(127,102,206); }
H1.HeaderClassName
{
color: #7F66CE;
}
.AnyTagClassName
{
color: #7F66CE;
}
</style>
background-color css
<style>
a { background-color: #7F66CE; }
a { background-color: rgb(127,102,206); }
div.DivClassName
{
background-color: #7F66CE;
}
.BgClassName
{
background-color: #7F66CE;
}
</style>
border-color css
<style>
span { border-color: #7F66CE; }
span { border-color: rgb(127,102,206); }
td.TdClassName
{
border-color: #7F66CE;
}
.TagClassName
{
border-color: #7F66CE;
}
</style>