Shades of Moody Blue #7C75CE
Tints of Moody Blue #7C75CE
RGB
CMYK
RGB Variations
Color information
#7C75CE (or 0x7C75CE) is known color: Moody Blue. HEX triplet: 7C, 75 and CE. RGB value is (124,117,206). Sum of RGB (Red+Green+Blue) = 124+117+206=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C75CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75CE is #838A31. Grayscale: #808080. Windows color (decimal): -8620594 or 13530492. OLE color: 13530492.
HSL color Cylindrical-coordinate representation of color #7C75CE: hue angle of 244.72º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C75CE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 117 | 206 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.19 |
| HSL | 244.72º | 0.48% | 0.63% | - |
| HSV(B) | 244.72º | 0.43% | 0.81% | - |
| XYZ | 25.81 | 21.46 | 61.17 | - |
| YUV | 129.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 206 | 0.40 | 0.43 | 0 | 0.19 | 244.72 | 0.48 | 0.63 |
| Hex | 7C | 75 | CE | 28 | 2B | 0 | 13 | F5 | 30 | 3F |
| Octal | 174 | 165 | 316 | 50 | 53 | 0 | 23 | 365 | 60 | 77 |
| Binary | 1111100 | 1110101 | 11001110 | 101000 | 101011 | 0 | 10011 | 11110101 | 110000 | 111111 |
Color Harmonies of #7C75CE
Complementary color
Monochromatic Colors of #7C75CE
Black with #7C75CE
Text Example
Text Example
White with #7C75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C75CE; }
p { color: rgb(124,117,206); }
H1.HeaderClassName
{
color: #7C75CE;
}
.AnyTagClassName
{
color: #7C75CE;
}
</style>
background-color css
<style>
a { background-color: #7C75CE; }
a { background-color: rgb(124,117,206); }
div.DivClassName
{
background-color: #7C75CE;
}
.BgClassName
{
background-color: #7C75CE;
}
</style>
border-color css
<style>
span { border-color: #7C75CE; }
span { border-color: rgb(124,117,206); }
td.TdClassName
{
border-color: #7C75CE;
}
.TagClassName
{
border-color: #7C75CE;
}
</style>