Shades of Moody Blue #7875CA
Tints of Moody Blue #7875CA
RGB
CMYK
RGB Variations
Color information
#7875CA (or 0x7875CA) is known color: Moody Blue. HEX triplet: 78, 75 and CA. RGB value is (120,117,202). Sum of RGB (Red+Green+Blue) = 120+117+202=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #7875CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875CA is #878A35. Grayscale: #7F7F7F. Windows color (decimal): -8882742 or 13268344. OLE color: 13268344.
HSL color Cylindrical-coordinate representation of color #7875CA: hue angle of 242.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7875CA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 117 | 202 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.21 |
| HSL | 242.12º | 0.45% | 0.63% | - |
| HSV(B) | 242.12º | 0.42% | 0.79% | - |
| XYZ | 24.77 | 20.98 | 58.62 | - |
| YUV | 127.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 202 | 0.41 | 0.42 | 0 | 0.21 | 242.12 | 0.45 | 0.63 |
| Hex | 78 | 75 | CA | 29 | 2A | 0 | 15 | F2 | 2D | 3F |
| Octal | 170 | 165 | 312 | 51 | 52 | 0 | 25 | 362 | 55 | 77 |
| Binary | 1111000 | 1110101 | 11001010 | 101001 | 101010 | 0 | 10101 | 11110010 | 101101 | 111111 |
Color Harmonies of #7875CA
Complementary color
Monochromatic Colors of #7875CA
Black with #7875CA
Text Example
Text Example
White with #7875CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875CA; }
p { color: rgb(120,117,202); }
H1.HeaderClassName
{
color: #7875CA;
}
.AnyTagClassName
{
color: #7875CA;
}
</style>
background-color css
<style>
a { background-color: #7875CA; }
a { background-color: rgb(120,117,202); }
div.DivClassName
{
background-color: #7875CA;
}
.BgClassName
{
background-color: #7875CA;
}
</style>
border-color css
<style>
span { border-color: #7875CA; }
span { border-color: rgb(120,117,202); }
td.TdClassName
{
border-color: #7875CA;
}
.TagClassName
{
border-color: #7875CA;
}
</style>