Shades of Moody Blue #7C7BCA
Tints of Moody Blue #7C7BCA
RGB
CMYK
RGB Variations
Color information
#7C7BCA (or 0x7C7BCA) is known color: Moody Blue. HEX triplet: 7C, 7B and CA. RGB value is (124,123,202). Sum of RGB (Red+Green+Blue) = 124+123+202=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C7BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BCA is #838435. Grayscale: #838383. Windows color (decimal): -8619062 or 13269884. OLE color: 13269884.
HSL color Cylindrical-coordinate representation of color #7C7BCA: hue angle of 240.76º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C7BCA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 123 | 202 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.21 |
| HSL | 240.76º | 0.43% | 0.64% | - |
| HSV(B) | 240.76º | 0.39% | 0.79% | - |
| XYZ | 26.06 | 22.72 | 58.89 | - |
| YUV | 132.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 202 | 0.39 | 0.39 | 0 | 0.21 | 240.76 | 0.43 | 0.64 |
| Hex | 7C | 7B | CA | 27 | 27 | 0 | 15 | F1 | 2B | 40 |
| Octal | 174 | 173 | 312 | 47 | 47 | 0 | 25 | 361 | 53 | 100 |
| Binary | 1111100 | 1111011 | 11001010 | 100111 | 100111 | 0 | 10101 | 11110001 | 101011 | 1000000 |
Color Harmonies of #7C7BCA
Complementary color
Monochromatic Colors of #7C7BCA
Black with #7C7BCA
Text Example
Text Example
White with #7C7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7BCA; }
p { color: rgb(124,123,202); }
H1.HeaderClassName
{
color: #7C7BCA;
}
.AnyTagClassName
{
color: #7C7BCA;
}
</style>
background-color css
<style>
a { background-color: #7C7BCA; }
a { background-color: rgb(124,123,202); }
div.DivClassName
{
background-color: #7C7BCA;
}
.BgClassName
{
background-color: #7C7BCA;
}
</style>
border-color css
<style>
span { border-color: #7C7BCA; }
span { border-color: rgb(124,123,202); }
td.TdClassName
{
border-color: #7C7BCA;
}
.TagClassName
{
border-color: #7C7BCA;
}
</style>