Shades of Moody Blue #8582BA
Tints of Moody Blue #8582BA
RGB
CMYK
RGB Variations
Color information
#8582BA (or 0x8582BA) is known color: Moody Blue. HEX triplet: 85, 82 and BA. RGB value is (133,130,186). Sum of RGB (Red+Green+Blue) = 133+130+186=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #8582BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582BA is #7A7D45. Grayscale: #898989. Windows color (decimal): -8027462 or 12223109. OLE color: 12223109.
HSL color Cylindrical-coordinate representation of color #8582BA: hue angle of 243.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8582BA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 130 | 186 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.27 |
| HSL | 243.21º | 0.29% | 0.62% | - |
| HSV(B) | 243.21º | 0.3% | 0.73% | - |
| XYZ | 26.52 | 24.5 | 49.79 | - |
| YUV | 137.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 186 | 0.28 | 0.30 | 0 | 0.27 | 243.21 | 0.29 | 0.62 |
| Hex | 85 | 82 | BA | 1C | 1E | 0 | 1B | F3 | 1D | 3E |
| Octal | 205 | 202 | 272 | 34 | 36 | 0 | 33 | 363 | 35 | 76 |
| Binary | 10000101 | 10000010 | 10111010 | 11100 | 11110 | 0 | 11011 | 11110011 | 11101 | 111110 |
Color Harmonies of #8582BA
Complementary color
Monochromatic Colors of #8582BA
Black with #8582BA
Text Example
Text Example
White with #8582BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582BA; }
p { color: rgb(133,130,186); }
H1.HeaderClassName
{
color: #8582BA;
}
.AnyTagClassName
{
color: #8582BA;
}
</style>
background-color css
<style>
a { background-color: #8582BA; }
a { background-color: rgb(133,130,186); }
div.DivClassName
{
background-color: #8582BA;
}
.BgClassName
{
background-color: #8582BA;
}
</style>
border-color css
<style>
span { border-color: #8582BA; }
span { border-color: rgb(133,130,186); }
td.TdClassName
{
border-color: #8582BA;
}
.TagClassName
{
border-color: #8582BA;
}
</style>