Shades of Moody Blue #7B7CBE
Tints of Moody Blue #7B7CBE
RGB
CMYK
RGB Variations
Color information
#7B7CBE (or 0x7B7CBE) is known color: Moody Blue. HEX triplet: 7B, 7C and BE. RGB value is (123,124,190). Sum of RGB (Red+Green+Blue) = 123+124+190=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B7CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7CBE is #848341. Grayscale: #828282. Windows color (decimal): -8684354 or 12483707. OLE color: 12483707.
HSL color Cylindrical-coordinate representation of color #7B7CBE: hue angle of 239.1º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B7CBE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 124 | 190 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.25 |
| HSL | 239.1º | 0.34% | 0.61% | - |
| HSV(B) | 239.1º | 0.35% | 0.75% | - |
| XYZ | 24.67 | 22.34 | 51.73 | - |
| YUV | 131.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 190 | 0.35 | 0.35 | 0 | 0.25 | 239.1 | 0.34 | 0.61 |
| Hex | 7B | 7C | BE | 23 | 23 | 0 | 19 | EF | 22 | 3D |
| Octal | 173 | 174 | 276 | 43 | 43 | 0 | 31 | 357 | 42 | 75 |
| Binary | 1111011 | 1111100 | 10111110 | 100011 | 100011 | 0 | 11001 | 11101111 | 100010 | 111101 |
Color Harmonies of #7B7CBE
Complementary color
Monochromatic Colors of #7B7CBE
Black with #7B7CBE
Text Example
Text Example
White with #7B7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7CBE; }
p { color: rgb(123,124,190); }
H1.HeaderClassName
{
color: #7B7CBE;
}
.AnyTagClassName
{
color: #7B7CBE;
}
</style>
background-color css
<style>
a { background-color: #7B7CBE; }
a { background-color: rgb(123,124,190); }
div.DivClassName
{
background-color: #7B7CBE;
}
.BgClassName
{
background-color: #7B7CBE;
}
</style>
border-color css
<style>
span { border-color: #7B7CBE; }
span { border-color: rgb(123,124,190); }
td.TdClassName
{
border-color: #7B7CBE;
}
.TagClassName
{
border-color: #7B7CBE;
}
</style>