Shades of Moody Blue #7B68C3
Tints of Moody Blue #7B68C3
RGB
CMYK
RGB Variations
Color information
#7B68C3 (or 0x7B68C3) is known color: Moody Blue. HEX triplet: 7B, 68 and C3. RGB value is (123,104,195). Sum of RGB (Red+Green+Blue) = 123+104+195=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #7B68C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68C3 is #84973C. Grayscale: #777777. Windows color (decimal): -8689469 or 12806267. OLE color: 12806267.
HSL color Cylindrical-coordinate representation of color #7B68C3: hue angle of 252.53º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B68C3 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 104 | 195 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.24 |
| HSL | 252.53º | 0.43% | 0.59% | - |
| HSV(B) | 252.53º | 0.47% | 0.76% | - |
| XYZ | 22.97 | 18.05 | 53.9 | - |
| YUV | 120.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 195 | 0.37 | 0.47 | 0 | 0.24 | 252.53 | 0.43 | 0.59 |
| Hex | 7B | 68 | C3 | 25 | 2F | 0 | 18 | FD | 2B | 3B |
| Octal | 173 | 150 | 303 | 45 | 57 | 0 | 30 | 375 | 53 | 73 |
| Binary | 1111011 | 1101000 | 11000011 | 100101 | 101111 | 0 | 11000 | 11111101 | 101011 | 111011 |
Color Harmonies of #7B68C3
Complementary color
Monochromatic Colors of #7B68C3
Black with #7B68C3
Text Example
Text Example
White with #7B68C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68C3; }
p { color: rgb(123,104,195); }
H1.HeaderClassName
{
color: #7B68C3;
}
.AnyTagClassName
{
color: #7B68C3;
}
</style>
background-color css
<style>
a { background-color: #7B68C3; }
a { background-color: rgb(123,104,195); }
div.DivClassName
{
background-color: #7B68C3;
}
.BgClassName
{
background-color: #7B68C3;
}
</style>
border-color css
<style>
span { border-color: #7B68C3; }
span { border-color: rgb(123,104,195); }
td.TdClassName
{
border-color: #7B68C3;
}
.TagClassName
{
border-color: #7B68C3;
}
</style>