Shades of Moody Blue #8580B6
Tints of Moody Blue #8580B6
RGB
CMYK
RGB Variations
Color information
#8580B6 (or 0x8580B6) is known color: Moody Blue. HEX triplet: 85, 80 and B6. RGB value is (133,128,182). Sum of RGB (Red+Green+Blue) = 133+128+182=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #8580B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580B6 is #7A7F49. Grayscale: #878787. Windows color (decimal): -8027978 or 11960453. OLE color: 11960453.
HSL color Cylindrical-coordinate representation of color #8580B6: hue angle of 245.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8580B6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 128 | 182 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.29 |
| HSL | 245.56º | 0.27% | 0.61% | - |
| HSV(B) | 245.56º | 0.3% | 0.71% | - |
| XYZ | 25.84 | 23.8 | 47.49 | - |
| YUV | 135.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 182 | 0.27 | 0.30 | 0 | 0.29 | 245.56 | 0.27 | 0.61 |
| Hex | 85 | 80 | B6 | 1B | 1E | 0 | 1D | F6 | 1B | 3D |
| Octal | 205 | 200 | 266 | 33 | 36 | 0 | 35 | 366 | 33 | 75 |
| Binary | 10000101 | 10000000 | 10110110 | 11011 | 11110 | 0 | 11101 | 11110110 | 11011 | 111101 |
Color Harmonies of #8580B6
Complementary color
Monochromatic Colors of #8580B6
Black with #8580B6
Text Example
Text Example
White with #8580B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580B6; }
p { color: rgb(133,128,182); }
H1.HeaderClassName
{
color: #8580B6;
}
.AnyTagClassName
{
color: #8580B6;
}
</style>
background-color css
<style>
a { background-color: #8580B6; }
a { background-color: rgb(133,128,182); }
div.DivClassName
{
background-color: #8580B6;
}
.BgClassName
{
background-color: #8580B6;
}
</style>
border-color css
<style>
span { border-color: #8580B6; }
span { border-color: rgb(133,128,182); }
td.TdClassName
{
border-color: #8580B6;
}
.TagClassName
{
border-color: #8580B6;
}
</style>