Shades of Moody Blue #7B6CBD
Tints of Moody Blue #7B6CBD
RGB
CMYK
RGB Variations
Color information
#7B6CBD (or 0x7B6CBD) is known color: Moody Blue. HEX triplet: 7B, 6C and BD. RGB value is (123,108,189). Sum of RGB (Red+Green+Blue) = 123+108+189=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B6CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CBD is #849342. Grayscale: #797979. Windows color (decimal): -8688451 or 12414075. OLE color: 12414075.
HSL color Cylindrical-coordinate representation of color #7B6CBD: hue angle of 251.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B6CBD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 108 | 189 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.26 |
| HSL | 251.11º | 0.38% | 0.58% | - |
| HSV(B) | 251.11º | 0.43% | 0.74% | - |
| XYZ | 22.72 | 18.61 | 50.54 | - |
| YUV | 121.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 189 | 0.35 | 0.43 | 0 | 0.26 | 251.11 | 0.38 | 0.58 |
| Hex | 7B | 6C | BD | 23 | 2B | 0 | 1A | FB | 26 | 3A |
| Octal | 173 | 154 | 275 | 43 | 53 | 0 | 32 | 373 | 46 | 72 |
| Binary | 1111011 | 1101100 | 10111101 | 100011 | 101011 | 0 | 11010 | 11111011 | 100110 | 111010 |
Color Harmonies of #7B6CBD
Complementary color
Monochromatic Colors of #7B6CBD
Black with #7B6CBD
Text Example
Text Example
White with #7B6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CBD; }
p { color: rgb(123,108,189); }
H1.HeaderClassName
{
color: #7B6CBD;
}
.AnyTagClassName
{
color: #7B6CBD;
}
</style>
background-color css
<style>
a { background-color: #7B6CBD; }
a { background-color: rgb(123,108,189); }
div.DivClassName
{
background-color: #7B6CBD;
}
.BgClassName
{
background-color: #7B6CBD;
}
</style>
border-color css
<style>
span { border-color: #7B6CBD; }
span { border-color: rgb(123,108,189); }
td.TdClassName
{
border-color: #7B6CBD;
}
.TagClassName
{
border-color: #7B6CBD;
}
</style>