Shades of Moody Blue #7B6CCC
Tints of Moody Blue #7B6CCC
RGB
CMYK
RGB Variations
Color information
#7B6CCC (or 0x7B6CCC) is known color: Moody Blue. HEX triplet: 7B, 6C and CC. RGB value is (123,108,204). Sum of RGB (Red+Green+Blue) = 123+108+204=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CCC is #849333. Grayscale: #7B7B7B. Windows color (decimal): -8688436 or 13397115. OLE color: 13397115.
HSL color Cylindrical-coordinate representation of color #7B6CCC: hue angle of 249.38º 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 #7B6CCC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 108 | 204 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.2 |
| HSL | 249.38º | 0.48% | 0.61% | - |
| HSV(B) | 249.38º | 0.47% | 0.8% | - |
| XYZ | 24.43 | 19.3 | 59.56 | - |
| YUV | 123.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 204 | 0.40 | 0.47 | 0 | 0.2 | 249.38 | 0.48 | 0.61 |
| Hex | 7B | 6C | CC | 28 | 2F | 0 | 14 | F9 | 30 | 3D |
| Octal | 173 | 154 | 314 | 50 | 57 | 0 | 24 | 371 | 60 | 75 |
| Binary | 1111011 | 1101100 | 11001100 | 101000 | 101111 | 0 | 10100 | 11111001 | 110000 | 111101 |
Color Harmonies of #7B6CCC
Complementary color
Monochromatic Colors of #7B6CCC
Black with #7B6CCC
Text Example
Text Example
White with #7B6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CCC; }
p { color: rgb(123,108,204); }
H1.HeaderClassName
{
color: #7B6CCC;
}
.AnyTagClassName
{
color: #7B6CCC;
}
</style>
background-color css
<style>
a { background-color: #7B6CCC; }
a { background-color: rgb(123,108,204); }
div.DivClassName
{
background-color: #7B6CCC;
}
.BgClassName
{
background-color: #7B6CCC;
}
</style>
border-color css
<style>
span { border-color: #7B6CCC; }
span { border-color: rgb(123,108,204); }
td.TdClassName
{
border-color: #7B6CCC;
}
.TagClassName
{
border-color: #7B6CCC;
}
</style>