Shades of Moody Blue #8580B4
Tints of Moody Blue #8580B4
RGB
CMYK
RGB Variations
Color information
#8580B4 (or 0x8580B4) is known color: Moody Blue. HEX triplet: 85, 80 and B4. RGB value is (133,128,180). Sum of RGB (Red+Green+Blue) = 133+128+180=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #8580B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580B4 is #7A7F4B. Grayscale: #878787. Windows color (decimal): -8027980 or 11829381. OLE color: 11829381.
HSL color Cylindrical-coordinate representation of color #8580B4: hue angle of 245.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8580B4 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 128 | 180 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.29 |
| HSL | 245.77º | 0.26% | 0.6% | - |
| HSV(B) | 245.77º | 0.29% | 0.71% | - |
| XYZ | 25.63 | 23.72 | 46.41 | - |
| YUV | 135.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 180 | 0.26 | 0.29 | 0 | 0.29 | 245.77 | 0.26 | 0.6 |
| Hex | 85 | 80 | B4 | 1A | 1D | 0 | 1D | F6 | 1A | 3C |
| Octal | 205 | 200 | 264 | 32 | 35 | 0 | 35 | 366 | 32 | 74 |
| Binary | 10000101 | 10000000 | 10110100 | 11010 | 11101 | 0 | 11101 | 11110110 | 11010 | 111100 |
Color Harmonies of #8580B4
Complementary color
Monochromatic Colors of #8580B4
Black with #8580B4
Text Example
Text Example
White with #8580B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580B4; }
p { color: rgb(133,128,180); }
H1.HeaderClassName
{
color: #8580B4;
}
.AnyTagClassName
{
color: #8580B4;
}
</style>
background-color css
<style>
a { background-color: #8580B4; }
a { background-color: rgb(133,128,180); }
div.DivClassName
{
background-color: #8580B4;
}
.BgClassName
{
background-color: #8580B4;
}
</style>
border-color css
<style>
span { border-color: #8580B4; }
span { border-color: rgb(133,128,180); }
td.TdClassName
{
border-color: #8580B4;
}
.TagClassName
{
border-color: #8580B4;
}
</style>