Shades of Moody Blue #7B67CC
Tints of Moody Blue #7B67CC
RGB
CMYK
RGB Variations
Color information
#7B67CC (or 0x7B67CC) is known color: Moody Blue. HEX triplet: 7B, 67 and CC. RGB value is (123,103,204). Sum of RGB (Red+Green+Blue) = 123+103+204=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B67CC is #849833. Grayscale: #787878. Windows color (decimal): -8689716 or 13395835. OLE color: 13395835.
HSL color Cylindrical-coordinate representation of color #7B67CC: hue angle of 251.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B67CC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 103 | 204 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.2 |
| HSL | 251.88º | 0.5% | 0.6% | - |
| HSV(B) | 251.88º | 0.5% | 0.8% | - |
| XYZ | 23.92 | 18.27 | 59.39 | - |
| YUV | 120.49 | 175.13 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 204 | 0.40 | 0.50 | 0 | 0.2 | 251.88 | 0.5 | 0.6 |
| Hex | 7B | 67 | CC | 28 | 32 | 0 | 14 | FC | 32 | 3C |
| Octal | 173 | 147 | 314 | 50 | 62 | 0 | 24 | 374 | 62 | 74 |
| Binary | 1111011 | 1100111 | 11001100 | 101000 | 110010 | 0 | 10100 | 11111100 | 110010 | 111100 |
Color Harmonies of #7B67CC
Complementary color
Monochromatic Colors of #7B67CC
Black with #7B67CC
Text Example
Text Example
White with #7B67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67CC; }
p { color: rgb(123,103,204); }
H1.HeaderClassName
{
color: #7B67CC;
}
.AnyTagClassName
{
color: #7B67CC;
}
</style>
background-color css
<style>
a { background-color: #7B67CC; }
a { background-color: rgb(123,103,204); }
div.DivClassName
{
background-color: #7B67CC;
}
.BgClassName
{
background-color: #7B67CC;
}
</style>
border-color css
<style>
span { border-color: #7B67CC; }
span { border-color: rgb(123,103,204); }
td.TdClassName
{
border-color: #7B67CC;
}
.TagClassName
{
border-color: #7B67CC;
}
</style>