Shades of Moody Blue #7B6ECF
Tints of Moody Blue #7B6ECF
RGB
CMYK
RGB Variations
Color information
#7B6ECF (or 0x7B6ECF) is known color: Moody Blue. HEX triplet: 7B, 6E and CF. RGB value is (123,110,207). Sum of RGB (Red+Green+Blue) = 123+110+207=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ECF is #849130. Grayscale: #7C7C7C. Windows color (decimal): -8687921 or 13594235. OLE color: 13594235.
HSL color Cylindrical-coordinate representation of color #7B6ECF: hue angle of 248.04º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B6ECF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 110 | 207 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.19 |
| HSL | 248.04º | 0.5% | 0.62% | - |
| HSV(B) | 248.04º | 0.47% | 0.81% | - |
| XYZ | 25.01 | 19.87 | 61.55 | - |
| YUV | 124.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 207 | 0.41 | 0.47 | 0 | 0.19 | 248.04 | 0.5 | 0.62 |
| Hex | 7B | 6E | CF | 29 | 2F | 0 | 13 | F8 | 32 | 3E |
| Octal | 173 | 156 | 317 | 51 | 57 | 0 | 23 | 370 | 62 | 76 |
| Binary | 1111011 | 1101110 | 11001111 | 101001 | 101111 | 0 | 10011 | 11111000 | 110010 | 111110 |
Color Harmonies of #7B6ECF
Complementary color
Monochromatic Colors of #7B6ECF
Black with #7B6ECF
Text Example
Text Example
White with #7B6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6ECF; }
p { color: rgb(123,110,207); }
H1.HeaderClassName
{
color: #7B6ECF;
}
.AnyTagClassName
{
color: #7B6ECF;
}
</style>
background-color css
<style>
a { background-color: #7B6ECF; }
a { background-color: rgb(123,110,207); }
div.DivClassName
{
background-color: #7B6ECF;
}
.BgClassName
{
background-color: #7B6ECF;
}
</style>
border-color css
<style>
span { border-color: #7B6ECF; }
span { border-color: rgb(123,110,207); }
td.TdClassName
{
border-color: #7B6ECF;
}
.TagClassName
{
border-color: #7B6ECF;
}
</style>