Shades of Moody Blue #7B6ECC
Tints of Moody Blue #7B6ECC
RGB
CMYK
RGB Variations
Color information
#7B6ECC (or 0x7B6ECC) is known color: Moody Blue. HEX triplet: 7B, 6E and CC. RGB value is (123,110,204). Sum of RGB (Red+Green+Blue) = 123+110+204=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ECC is #849133. Grayscale: #7C7C7C. Windows color (decimal): -8687924 or 13397627. OLE color: 13397627.
HSL color Cylindrical-coordinate representation of color #7B6ECC: hue angle of 248.3º 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 #7B6ECC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 110 | 204 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.2 |
| HSL | 248.3º | 0.48% | 0.62% | - |
| HSV(B) | 248.3º | 0.46% | 0.8% | - |
| XYZ | 24.64 | 19.72 | 59.63 | - |
| YUV | 124.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 204 | 0.40 | 0.46 | 0 | 0.2 | 248.3 | 0.48 | 0.62 |
| Hex | 7B | 6E | CC | 28 | 2E | 0 | 14 | F8 | 30 | 3E |
| Octal | 173 | 156 | 314 | 50 | 56 | 0 | 24 | 370 | 60 | 76 |
| Binary | 1111011 | 1101110 | 11001100 | 101000 | 101110 | 0 | 10100 | 11111000 | 110000 | 111110 |
Color Harmonies of #7B6ECC
Complementary color
Monochromatic Colors of #7B6ECC
Black with #7B6ECC
Text Example
Text Example
White with #7B6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6ECC; }
p { color: rgb(123,110,204); }
H1.HeaderClassName
{
color: #7B6ECC;
}
.AnyTagClassName
{
color: #7B6ECC;
}
</style>
background-color css
<style>
a { background-color: #7B6ECC; }
a { background-color: rgb(123,110,204); }
div.DivClassName
{
background-color: #7B6ECC;
}
.BgClassName
{
background-color: #7B6ECC;
}
</style>
border-color css
<style>
span { border-color: #7B6ECC; }
span { border-color: rgb(123,110,204); }
td.TdClassName
{
border-color: #7B6ECC;
}
.TagClassName
{
border-color: #7B6ECC;
}
</style>