Shades of Moody Blue #7B6BBA
Tints of Moody Blue #7B6BBA
RGB
CMYK
RGB Variations
Color information
#7B6BBA (or 0x7B6BBA) is known color: Moody Blue. HEX triplet: 7B, 6B and BA. RGB value is (123,107,186). Sum of RGB (Red+Green+Blue) = 123+107+186=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BBA is #849445. Grayscale: #787878. Windows color (decimal): -8688710 or 12217211. OLE color: 12217211.
HSL color Cylindrical-coordinate representation of color #7B6BBA: hue angle of 252.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6BBA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 107 | 186 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.27 |
| HSL | 252.15º | 0.36% | 0.57% | - |
| HSV(B) | 252.15º | 0.42% | 0.73% | - |
| XYZ | 22.29 | 18.27 | 48.81 | - |
| YUV | 120.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 186 | 0.34 | 0.42 | 0 | 0.27 | 252.15 | 0.36 | 0.57 |
| Hex | 7B | 6B | BA | 22 | 2A | 0 | 1B | FC | 24 | 39 |
| Octal | 173 | 153 | 272 | 42 | 52 | 0 | 33 | 374 | 44 | 71 |
| Binary | 1111011 | 1101011 | 10111010 | 100010 | 101010 | 0 | 11011 | 11111100 | 100100 | 111001 |
Color Harmonies of #7B6BBA
Complementary color
Monochromatic Colors of #7B6BBA
Black with #7B6BBA
Text Example
Text Example
White with #7B6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BBA; }
p { color: rgb(123,107,186); }
H1.HeaderClassName
{
color: #7B6BBA;
}
.AnyTagClassName
{
color: #7B6BBA;
}
</style>
background-color css
<style>
a { background-color: #7B6BBA; }
a { background-color: rgb(123,107,186); }
div.DivClassName
{
background-color: #7B6BBA;
}
.BgClassName
{
background-color: #7B6BBA;
}
</style>
border-color css
<style>
span { border-color: #7B6BBA; }
span { border-color: rgb(123,107,186); }
td.TdClassName
{
border-color: #7B6BBA;
}
.TagClassName
{
border-color: #7B6BBA;
}
</style>