Shades of Moody Blue #7B6CC1
Tints of Moody Blue #7B6CC1
RGB
CMYK
RGB Variations
Color information
#7B6CC1 (or 0x7B6CC1) is known color: Moody Blue. HEX triplet: 7B, 6C and C1. RGB value is (123,108,193). Sum of RGB (Red+Green+Blue) = 123+108+193=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B6CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CC1 is #84933E. Grayscale: #797979. Windows color (decimal): -8688447 or 12676219. OLE color: 12676219.
HSL color Cylindrical-coordinate representation of color #7B6CC1: hue angle of 250.59º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B6CC1 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 108 | 193 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.24 |
| HSL | 250.59º | 0.41% | 0.59% | - |
| HSV(B) | 250.59º | 0.44% | 0.76% | - |
| XYZ | 23.16 | 18.79 | 52.86 | - |
| YUV | 122.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 193 | 0.36 | 0.44 | 0 | 0.24 | 250.59 | 0.41 | 0.59 |
| Hex | 7B | 6C | C1 | 24 | 2C | 0 | 18 | FB | 29 | 3B |
| Octal | 173 | 154 | 301 | 44 | 54 | 0 | 30 | 373 | 51 | 73 |
| Binary | 1111011 | 1101100 | 11000001 | 100100 | 101100 | 0 | 11000 | 11111011 | 101001 | 111011 |
Color Harmonies of #7B6CC1
Complementary color
Monochromatic Colors of #7B6CC1
Black with #7B6CC1
Text Example
Text Example
White with #7B6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CC1; }
p { color: rgb(123,108,193); }
H1.HeaderClassName
{
color: #7B6CC1;
}
.AnyTagClassName
{
color: #7B6CC1;
}
</style>
background-color css
<style>
a { background-color: #7B6CC1; }
a { background-color: rgb(123,108,193); }
div.DivClassName
{
background-color: #7B6CC1;
}
.BgClassName
{
background-color: #7B6CC1;
}
</style>
border-color css
<style>
span { border-color: #7B6CC1; }
span { border-color: rgb(123,108,193); }
td.TdClassName
{
border-color: #7B6CC1;
}
.TagClassName
{
border-color: #7B6CC1;
}
</style>