Shades of Moody Blue #8579BC
Tints of Moody Blue #8579BC
RGB
CMYK
RGB Variations
Color information
#8579BC (or 0x8579BC) is known color: Moody Blue. HEX triplet: 85, 79 and BC. RGB value is (133,121,188). Sum of RGB (Red+Green+Blue) = 133+121+188=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8579BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579BC is #7A8643. Grayscale: #838383. Windows color (decimal): -8029764 or 12351877. OLE color: 12351877.
HSL color Cylindrical-coordinate representation of color #8579BC: hue angle of 250.75º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8579BC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 121 | 188 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.26 |
| HSL | 250.75º | 0.33% | 0.61% | - |
| HSV(B) | 250.75º | 0.36% | 0.74% | - |
| XYZ | 25.59 | 22.29 | 50.53 | - |
| YUV | 132.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 188 | 0.29 | 0.36 | 0 | 0.26 | 250.75 | 0.33 | 0.61 |
| Hex | 85 | 79 | BC | 1D | 24 | 0 | 1A | FB | 21 | 3D |
| Octal | 205 | 171 | 274 | 35 | 44 | 0 | 32 | 373 | 41 | 75 |
| Binary | 10000101 | 1111001 | 10111100 | 11101 | 100100 | 0 | 11010 | 11111011 | 100001 | 111101 |
Color Harmonies of #8579BC
Complementary color
Monochromatic Colors of #8579BC
Black with #8579BC
Text Example
Text Example
White with #8579BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8579BC; }
p { color: rgb(133,121,188); }
H1.HeaderClassName
{
color: #8579BC;
}
.AnyTagClassName
{
color: #8579BC;
}
</style>
background-color css
<style>
a { background-color: #8579BC; }
a { background-color: rgb(133,121,188); }
div.DivClassName
{
background-color: #8579BC;
}
.BgClassName
{
background-color: #8579BC;
}
</style>
border-color css
<style>
span { border-color: #8579BC; }
span { border-color: rgb(133,121,188); }
td.TdClassName
{
border-color: #8579BC;
}
.TagClassName
{
border-color: #8579BC;
}
</style>