Shades of Moody Blue #7B6ACE
Tints of Moody Blue #7B6ACE
RGB
CMYK
RGB Variations
Color information
#7B6ACE (or 0x7B6ACE) is known color: Moody Blue. HEX triplet: 7B, 6A and CE. RGB value is (123,106,206). Sum of RGB (Red+Green+Blue) = 123+106+206=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACE is #849531. Grayscale: #7A7A7A. Windows color (decimal): -8688946 or 13527675. OLE color: 13527675.
HSL color Cylindrical-coordinate representation of color #7B6ACE: hue angle of 250.2º 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 #7B6ACE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 106 | 206 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.19 |
| HSL | 250.2º | 0.51% | 0.61% | - |
| HSV(B) | 250.2º | 0.49% | 0.81% | - |
| XYZ | 24.46 | 18.98 | 60.77 | - |
| YUV | 122.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 206 | 0.40 | 0.49 | 0 | 0.19 | 250.2 | 0.51 | 0.61 |
| Hex | 7B | 6A | CE | 28 | 31 | 0 | 13 | FA | 33 | 3D |
| Octal | 173 | 152 | 316 | 50 | 61 | 0 | 23 | 372 | 63 | 75 |
| Binary | 1111011 | 1101010 | 11001110 | 101000 | 110001 | 0 | 10011 | 11111010 | 110011 | 111101 |
Color Harmonies of #7B6ACE
Complementary color
Monochromatic Colors of #7B6ACE
Black with #7B6ACE
Text Example
Text Example
White with #7B6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6ACE; }
p { color: rgb(123,106,206); }
H1.HeaderClassName
{
color: #7B6ACE;
}
.AnyTagClassName
{
color: #7B6ACE;
}
</style>
background-color css
<style>
a { background-color: #7B6ACE; }
a { background-color: rgb(123,106,206); }
div.DivClassName
{
background-color: #7B6ACE;
}
.BgClassName
{
background-color: #7B6ACE;
}
</style>
border-color css
<style>
span { border-color: #7B6ACE; }
span { border-color: rgb(123,106,206); }
td.TdClassName
{
border-color: #7B6ACE;
}
.TagClassName
{
border-color: #7B6ACE;
}
</style>