Shades of Moody Blue #7F6ECB
Tints of Moody Blue #7F6ECB
RGB
CMYK
RGB Variations
Color information
#7F6ECB (or 0x7F6ECB) is known color: Moody Blue. HEX triplet: 7F, 6E and CB. RGB value is (127,110,203). Sum of RGB (Red+Green+Blue) = 127+110+203=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ECB is #809134. Grayscale: #7D7D7D. Windows color (decimal): -8425781 or 13332095. OLE color: 13332095.
HSL color Cylindrical-coordinate representation of color #7F6ECB: hue angle of 250.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6ECB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 110 | 203 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.20 |
| HSL | 250.97º | 0.47% | 0.61% | - |
| HSV(B) | 250.97º | 0.46% | 0.8% | - |
| XYZ | 25.11 | 19.98 | 59.03 | - |
| YUV | 125.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 203 | 0.37 | 0.46 | 0 | 0.20 | 250.97 | 0.47 | 0.61 |
| Hex | 7F | 6E | CB | 25 | 2E | 0 | 14 | FB | 2F | 3D |
| Octal | 177 | 156 | 313 | 45 | 56 | 0 | 24 | 373 | 57 | 75 |
| Binary | 1111111 | 1101110 | 11001011 | 100101 | 101110 | 0 | 10100 | 11111011 | 101111 | 111101 |
Color Harmonies of #7F6ECB
Complementary color
Monochromatic Colors of #7F6ECB
Black with #7F6ECB
Text Example
Text Example
White with #7F6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6ECB; }
p { color: rgb(127,110,203); }
H1.HeaderClassName
{
color: #7F6ECB;
}
.AnyTagClassName
{
color: #7F6ECB;
}
</style>
background-color css
<style>
a { background-color: #7F6ECB; }
a { background-color: rgb(127,110,203); }
div.DivClassName
{
background-color: #7F6ECB;
}
.BgClassName
{
background-color: #7F6ECB;
}
</style>
border-color css
<style>
span { border-color: #7F6ECB; }
span { border-color: rgb(127,110,203); }
td.TdClassName
{
border-color: #7F6ECB;
}
.TagClassName
{
border-color: #7F6ECB;
}
</style>