Shades of Moody Blue #7581D5
Tints of Moody Blue #7581D5
RGB
CMYK
RGB Variations
Color information
#7581D5 (or 0x7581D5) is known color: Moody Blue. HEX triplet: 75, 81 and D5. RGB value is (117,129,213). Sum of RGB (Red+Green+Blue) = 117+129+213=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #7581D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581D5 is #8A7E2A. Grayscale: #868686. Windows color (decimal): -9076267 or 13992309. OLE color: 13992309.
HSL color Cylindrical-coordinate representation of color #7581D5: hue angle of 232.5º degrees, saturation: 0.53, 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 #7581D5 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 129 | 213 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.16 |
| HSL | 232.5º | 0.53% | 0.65% | - |
| HSV(B) | 232.5º | 0.45% | 0.84% | - |
| XYZ | 27.2 | 24.29 | 66.21 | - |
| YUV | 134.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 213 | 0.45 | 0.39 | 0 | 0.16 | 232.5 | 0.53 | 0.65 |
| Hex | 75 | 81 | D5 | 2D | 27 | 0 | 10 | E8 | 35 | 41 |
| Octal | 165 | 201 | 325 | 55 | 47 | 0 | 20 | 350 | 65 | 101 |
| Binary | 1110101 | 10000001 | 11010101 | 101101 | 100111 | 0 | 10000 | 11101000 | 110101 | 1000001 |
Color Harmonies of #7581D5
Complementary color
Monochromatic Colors of #7581D5
Black with #7581D5
Text Example
Text Example
White with #7581D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581D5; }
p { color: rgb(117,129,213); }
H1.HeaderClassName
{
color: #7581D5;
}
.AnyTagClassName
{
color: #7581D5;
}
</style>
background-color css
<style>
a { background-color: #7581D5; }
a { background-color: rgb(117,129,213); }
div.DivClassName
{
background-color: #7581D5;
}
.BgClassName
{
background-color: #7581D5;
}
</style>
border-color css
<style>
span { border-color: #7581D5; }
span { border-color: rgb(117,129,213); }
td.TdClassName
{
border-color: #7581D5;
}
.TagClassName
{
border-color: #7581D5;
}
</style>