Shades of Moody Blue #7B6ACF
Tints of Moody Blue #7B6ACF
RGB
CMYK
RGB Variations
Color information
#7B6ACF (or 0x7B6ACF) is known color: Moody Blue. HEX triplet: 7B, 6A and CF. RGB value is (123,106,207). Sum of RGB (Red+Green+Blue) = 123+106+207=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACF is #849530. Grayscale: #7A7A7A. Windows color (decimal): -8688945 or 13593211. OLE color: 13593211.
HSL color Cylindrical-coordinate representation of color #7B6ACF: hue angle of 250.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B6ACF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 106 | 207 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.19 |
| HSL | 250.1º | 0.51% | 0.61% | - |
| HSV(B) | 250.1º | 0.49% | 0.81% | - |
| XYZ | 24.58 | 19.02 | 61.41 | - |
| YUV | 122.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 207 | 0.41 | 0.49 | 0 | 0.19 | 250.1 | 0.51 | 0.61 |
| Hex | 7B | 6A | CF | 29 | 31 | 0 | 13 | FA | 33 | 3D |
| Octal | 173 | 152 | 317 | 51 | 61 | 0 | 23 | 372 | 63 | 75 |
| Binary | 1111011 | 1101010 | 11001111 | 101001 | 110001 | 0 | 10011 | 11111010 | 110011 | 111101 |
Color Harmonies of #7B6ACF
Complementary color
Monochromatic Colors of #7B6ACF
Black with #7B6ACF
Text Example
Text Example
White with #7B6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6ACF; }
p { color: rgb(123,106,207); }
H1.HeaderClassName
{
color: #7B6ACF;
}
.AnyTagClassName
{
color: #7B6ACF;
}
</style>
background-color css
<style>
a { background-color: #7B6ACF; }
a { background-color: rgb(123,106,207); }
div.DivClassName
{
background-color: #7B6ACF;
}
.BgClassName
{
background-color: #7B6ACF;
}
</style>
border-color css
<style>
span { border-color: #7B6ACF; }
span { border-color: rgb(123,106,207); }
td.TdClassName
{
border-color: #7B6ACF;
}
.TagClassName
{
border-color: #7B6ACF;
}
</style>