Shades of Moody Blue #7580D6
Tints of Moody Blue #7580D6
RGB
CMYK
RGB Variations
Color information
#7580D6 (or 0x7580D6) is known color: Moody Blue. HEX triplet: 75, 80 and D6. RGB value is (117,128,214). Sum of RGB (Red+Green+Blue) = 117+128+214=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #7580D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580D6 is #8A7F29. Grayscale: #868686. Windows color (decimal): -9076522 or 14057589. OLE color: 14057589.
HSL color Cylindrical-coordinate representation of color #7580D6: hue angle of 233.2º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7580D6 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 128 | 214 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.16 |
| HSL | 233.2º | 0.54% | 0.65% | - |
| HSV(B) | 233.2º | 0.45% | 0.84% | - |
| XYZ | 27.19 | 24.08 | 66.83 | - |
| YUV | 134.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 214 | 0.45 | 0.40 | 0 | 0.16 | 233.2 | 0.54 | 0.65 |
| Hex | 75 | 80 | D6 | 2D | 28 | 0 | 10 | E9 | 36 | 41 |
| Octal | 165 | 200 | 326 | 55 | 50 | 0 | 20 | 351 | 66 | 101 |
| Binary | 1110101 | 10000000 | 11010110 | 101101 | 101000 | 0 | 10000 | 11101001 | 110110 | 1000001 |
Color Harmonies of #7580D6
Complementary color
Monochromatic Colors of #7580D6
Black with #7580D6
Text Example
Text Example
White with #7580D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580D6; }
p { color: rgb(117,128,214); }
H1.HeaderClassName
{
color: #7580D6;
}
.AnyTagClassName
{
color: #7580D6;
}
</style>
background-color css
<style>
a { background-color: #7580D6; }
a { background-color: rgb(117,128,214); }
div.DivClassName
{
background-color: #7580D6;
}
.BgClassName
{
background-color: #7580D6;
}
</style>
border-color css
<style>
span { border-color: #7580D6; }
span { border-color: rgb(117,128,214); }
td.TdClassName
{
border-color: #7580D6;
}
.TagClassName
{
border-color: #7580D6;
}
</style>