Shades of Moody Blue #7B68BC
Tints of Moody Blue #7B68BC
RGB
CMYK
RGB Variations
Color information
#7B68BC (or 0x7B68BC) is known color: Moody Blue. HEX triplet: 7B, 68 and BC. RGB value is (123,104,188). Sum of RGB (Red+Green+Blue) = 123+104+188=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68BC is #849743. Grayscale: #767676. Windows color (decimal): -8689476 or 12347515. OLE color: 12347515.
HSL color Cylindrical-coordinate representation of color #7B68BC: hue angle of 253.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B68BC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 104 | 188 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.26 |
| HSL | 253.57º | 0.39% | 0.57% | - |
| HSV(B) | 253.57º | 0.45% | 0.74% | - |
| XYZ | 22.2 | 17.74 | 49.83 | - |
| YUV | 119.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 188 | 0.35 | 0.45 | 0 | 0.26 | 253.57 | 0.39 | 0.57 |
| Hex | 7B | 68 | BC | 23 | 2D | 0 | 1A | FE | 27 | 39 |
| Octal | 173 | 150 | 274 | 43 | 55 | 0 | 32 | 376 | 47 | 71 |
| Binary | 1111011 | 1101000 | 10111100 | 100011 | 101101 | 0 | 11010 | 11111110 | 100111 | 111001 |
Color Harmonies of #7B68BC
Complementary color
Monochromatic Colors of #7B68BC
Black with #7B68BC
Text Example
Text Example
White with #7B68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68BC; }
p { color: rgb(123,104,188); }
H1.HeaderClassName
{
color: #7B68BC;
}
.AnyTagClassName
{
color: #7B68BC;
}
</style>
background-color css
<style>
a { background-color: #7B68BC; }
a { background-color: rgb(123,104,188); }
div.DivClassName
{
background-color: #7B68BC;
}
.BgClassName
{
background-color: #7B68BC;
}
</style>
border-color css
<style>
span { border-color: #7B68BC; }
span { border-color: rgb(123,104,188); }
td.TdClassName
{
border-color: #7B68BC;
}
.TagClassName
{
border-color: #7B68BC;
}
</style>