Shades of Moody Blue #7B6BD4
Tints of Moody Blue #7B6BD4
RGB
CMYK
RGB Variations
Color information
#7B6BD4 (or 0x7B6BD4) is known color: Moody Blue. HEX triplet: 7B, 6B and D4. RGB value is (123,107,212). Sum of RGB (Red+Green+Blue) = 123+107+212=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B6BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BD4 is #84942B. Grayscale: #7B7B7B. Windows color (decimal): -8688684 or 13921147. OLE color: 13921147.
HSL color Cylindrical-coordinate representation of color #7B6BD4: hue angle of 249.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6BD4 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 107 | 212 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.17 |
| HSL | 249.14º | 0.55% | 0.63% | - |
| HSV(B) | 249.14º | 0.5% | 0.83% | - |
| XYZ | 25.31 | 19.48 | 64.71 | - |
| YUV | 123.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 212 | 0.42 | 0.50 | 0 | 0.17 | 249.14 | 0.55 | 0.63 |
| Hex | 7B | 6B | D4 | 2A | 32 | 0 | 11 | F9 | 37 | 3F |
| Octal | 173 | 153 | 324 | 52 | 62 | 0 | 21 | 371 | 67 | 77 |
| Binary | 1111011 | 1101011 | 11010100 | 101010 | 110010 | 0 | 10001 | 11111001 | 110111 | 111111 |
Color Harmonies of #7B6BD4
Complementary color
Monochromatic Colors of #7B6BD4
Black with #7B6BD4
Text Example
Text Example
White with #7B6BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BD4; }
p { color: rgb(123,107,212); }
H1.HeaderClassName
{
color: #7B6BD4;
}
.AnyTagClassName
{
color: #7B6BD4;
}
</style>
background-color css
<style>
a { background-color: #7B6BD4; }
a { background-color: rgb(123,107,212); }
div.DivClassName
{
background-color: #7B6BD4;
}
.BgClassName
{
background-color: #7B6BD4;
}
</style>
border-color css
<style>
span { border-color: #7B6BD4; }
span { border-color: rgb(123,107,212); }
td.TdClassName
{
border-color: #7B6BD4;
}
.TagClassName
{
border-color: #7B6BD4;
}
</style>