Shades of Moody Blue #7B79CE
Tints of Moody Blue #7B79CE
RGB
CMYK
RGB Variations
Color information
#7B79CE (or 0x7B79CE) is known color: Moody Blue. HEX triplet: 7B, 79 and CE. RGB value is (123,121,206). Sum of RGB (Red+Green+Blue) = 123+121+206=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B79CE is #848631. Grayscale: #828282. Windows color (decimal): -8685106 or 13531515. OLE color: 13531515.
HSL color Cylindrical-coordinate representation of color #7B79CE: hue angle of 241.41º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B79CE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 121 | 206 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.19 |
| HSL | 241.41º | 0.46% | 0.64% | - |
| HSV(B) | 241.41º | 0.41% | 0.81% | - |
| XYZ | 26.15 | 22.34 | 61.33 | - |
| YUV | 131.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 206 | 0.40 | 0.41 | 0 | 0.19 | 241.41 | 0.46 | 0.64 |
| Hex | 7B | 79 | CE | 28 | 29 | 0 | 13 | F1 | 2E | 40 |
| Octal | 173 | 171 | 316 | 50 | 51 | 0 | 23 | 361 | 56 | 100 |
| Binary | 1111011 | 1111001 | 11001110 | 101000 | 101001 | 0 | 10011 | 11110001 | 101110 | 1000000 |
Color Harmonies of #7B79CE
Complementary color
Monochromatic Colors of #7B79CE
Black with #7B79CE
Text Example
Text Example
White with #7B79CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B79CE; }
p { color: rgb(123,121,206); }
H1.HeaderClassName
{
color: #7B79CE;
}
.AnyTagClassName
{
color: #7B79CE;
}
</style>
background-color css
<style>
a { background-color: #7B79CE; }
a { background-color: rgb(123,121,206); }
div.DivClassName
{
background-color: #7B79CE;
}
.BgClassName
{
background-color: #7B79CE;
}
</style>
border-color css
<style>
span { border-color: #7B79CE; }
span { border-color: rgb(123,121,206); }
td.TdClassName
{
border-color: #7B79CE;
}
.TagClassName
{
border-color: #7B79CE;
}
</style>