Shades of Moody Blue #7B6BCB
Tints of Moody Blue #7B6BCB
RGB
CMYK
RGB Variations
Color information
#7B6BCB (or 0x7B6BCB) is known color: Moody Blue. HEX triplet: 7B, 6B and CB. RGB value is (123,107,203). Sum of RGB (Red+Green+Blue) = 123+107+203=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BCB is #849434. Grayscale: #7A7A7A. Windows color (decimal): -8688693 or 13331323. OLE color: 13331323.
HSL color Cylindrical-coordinate representation of color #7B6BCB: hue angle of 250º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B6BCB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 107 | 203 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.20 |
| HSL | 250º | 0.48% | 0.61% | - |
| HSV(B) | 250º | 0.47% | 0.8% | - |
| XYZ | 24.21 | 19.04 | 58.9 | - |
| YUV | 122.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 203 | 0.39 | 0.47 | 0 | 0.20 | 250 | 0.48 | 0.61 |
| Hex | 7B | 6B | CB | 27 | 2F | 0 | 14 | FA | 30 | 3D |
| Octal | 173 | 153 | 313 | 47 | 57 | 0 | 24 | 372 | 60 | 75 |
| Binary | 1111011 | 1101011 | 11001011 | 100111 | 101111 | 0 | 10100 | 11111010 | 110000 | 111101 |
Color Harmonies of #7B6BCB
Complementary color
Monochromatic Colors of #7B6BCB
Black with #7B6BCB
Text Example
Text Example
White with #7B6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BCB; }
p { color: rgb(123,107,203); }
H1.HeaderClassName
{
color: #7B6BCB;
}
.AnyTagClassName
{
color: #7B6BCB;
}
</style>
background-color css
<style>
a { background-color: #7B6BCB; }
a { background-color: rgb(123,107,203); }
div.DivClassName
{
background-color: #7B6BCB;
}
.BgClassName
{
background-color: #7B6BCB;
}
</style>
border-color css
<style>
span { border-color: #7B6BCB; }
span { border-color: rgb(123,107,203); }
td.TdClassName
{
border-color: #7B6BCB;
}
.TagClassName
{
border-color: #7B6BCB;
}
</style>