Shades of Moody Blue #7B69BD
Tints of Moody Blue #7B69BD
RGB
CMYK
RGB Variations
Color information
#7B69BD (or 0x7B69BD) is known color: Moody Blue. HEX triplet: 7B, 69 and BD. RGB value is (123,105,189). Sum of RGB (Red+Green+Blue) = 123+105+189=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B69BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69BD is #849642. Grayscale: #777777. Windows color (decimal): -8689219 or 12413307. OLE color: 12413307.
HSL color Cylindrical-coordinate representation of color #7B69BD: hue angle of 252.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B69BD is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 105 | 189 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.26 |
| HSL | 252.86º | 0.39% | 0.58% | - |
| HSV(B) | 252.86º | 0.44% | 0.74% | - |
| XYZ | 22.41 | 17.99 | 50.44 | - |
| YUV | 119.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 189 | 0.35 | 0.44 | 0 | 0.26 | 252.86 | 0.39 | 0.58 |
| Hex | 7B | 69 | BD | 23 | 2C | 0 | 1A | FD | 27 | 3A |
| Octal | 173 | 151 | 275 | 43 | 54 | 0 | 32 | 375 | 47 | 72 |
| Binary | 1111011 | 1101001 | 10111101 | 100011 | 101100 | 0 | 11010 | 11111101 | 100111 | 111010 |
Color Harmonies of #7B69BD
Complementary color
Monochromatic Colors of #7B69BD
Black with #7B69BD
Text Example
Text Example
White with #7B69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B69BD; }
p { color: rgb(123,105,189); }
H1.HeaderClassName
{
color: #7B69BD;
}
.AnyTagClassName
{
color: #7B69BD;
}
</style>
background-color css
<style>
a { background-color: #7B69BD; }
a { background-color: rgb(123,105,189); }
div.DivClassName
{
background-color: #7B69BD;
}
.BgClassName
{
background-color: #7B69BD;
}
</style>
border-color css
<style>
span { border-color: #7B69BD; }
span { border-color: rgb(123,105,189); }
td.TdClassName
{
border-color: #7B69BD;
}
.TagClassName
{
border-color: #7B69BD;
}
</style>