Shades of Moody Blue #7B6FCC
Tints of Moody Blue #7B6FCC
RGB
CMYK
RGB Variations
Color information
#7B6FCC (or 0x7B6FCC) is known color: Moody Blue. HEX triplet: 7B, 6F and CC. RGB value is (123,111,204). Sum of RGB (Red+Green+Blue) = 123+111+204=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FCC is #849033. Grayscale: #7C7C7C. Windows color (decimal): -8687668 or 13397883. OLE color: 13397883.
HSL color Cylindrical-coordinate representation of color #7B6FCC: hue angle of 247.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B6FCC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 111 | 204 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.2 |
| HSL | 247.74º | 0.48% | 0.62% | - |
| HSV(B) | 247.74º | 0.46% | 0.8% | - |
| XYZ | 24.75 | 19.94 | 59.67 | - |
| YUV | 125.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 204 | 0.40 | 0.46 | 0 | 0.2 | 247.74 | 0.48 | 0.62 |
| Hex | 7B | 6F | CC | 28 | 2E | 0 | 14 | F8 | 30 | 3E |
| Octal | 173 | 157 | 314 | 50 | 56 | 0 | 24 | 370 | 60 | 76 |
| Binary | 1111011 | 1101111 | 11001100 | 101000 | 101110 | 0 | 10100 | 11111000 | 110000 | 111110 |
Color Harmonies of #7B6FCC
Complementary color
Monochromatic Colors of #7B6FCC
Black with #7B6FCC
Text Example
Text Example
White with #7B6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6FCC; }
p { color: rgb(123,111,204); }
H1.HeaderClassName
{
color: #7B6FCC;
}
.AnyTagClassName
{
color: #7B6FCC;
}
</style>
background-color css
<style>
a { background-color: #7B6FCC; }
a { background-color: rgb(123,111,204); }
div.DivClassName
{
background-color: #7B6FCC;
}
.BgClassName
{
background-color: #7B6FCC;
}
</style>
border-color css
<style>
span { border-color: #7B6FCC; }
span { border-color: rgb(123,111,204); }
td.TdClassName
{
border-color: #7B6FCC;
}
.TagClassName
{
border-color: #7B6FCC;
}
</style>