Shades of Moody Blue #8582BC
Tints of Moody Blue #8582BC
RGB
CMYK
RGB Variations
Color information
#8582BC (or 0x8582BC) is known color: Moody Blue. HEX triplet: 85, 82 and BC. RGB value is (133,130,188). Sum of RGB (Red+Green+Blue) = 133+130+188=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #8582BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582BC is #7A7D43. Grayscale: #898989. Windows color (decimal): -8027460 or 12354181. OLE color: 12354181.
HSL color Cylindrical-coordinate representation of color #8582BC: hue angle of 243.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8582BC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 130 | 188 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.26 |
| HSL | 243.1º | 0.3% | 0.62% | - |
| HSV(B) | 243.1º | 0.31% | 0.74% | - |
| XYZ | 26.73 | 24.58 | 50.91 | - |
| YUV | 137.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 188 | 0.29 | 0.31 | 0 | 0.26 | 243.1 | 0.3 | 0.62 |
| Hex | 85 | 82 | BC | 1D | 1F | 0 | 1A | F3 | 1E | 3E |
| Octal | 205 | 202 | 274 | 35 | 37 | 0 | 32 | 363 | 36 | 76 |
| Binary | 10000101 | 10000010 | 10111100 | 11101 | 11111 | 0 | 11010 | 11110011 | 11110 | 111110 |
Color Harmonies of #8582BC
Complementary color
Monochromatic Colors of #8582BC
Black with #8582BC
Text Example
Text Example
White with #8582BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582BC; }
p { color: rgb(133,130,188); }
H1.HeaderClassName
{
color: #8582BC;
}
.AnyTagClassName
{
color: #8582BC;
}
</style>
background-color css
<style>
a { background-color: #8582BC; }
a { background-color: rgb(133,130,188); }
div.DivClassName
{
background-color: #8582BC;
}
.BgClassName
{
background-color: #8582BC;
}
</style>
border-color css
<style>
span { border-color: #8582BC; }
span { border-color: rgb(133,130,188); }
td.TdClassName
{
border-color: #8582BC;
}
.TagClassName
{
border-color: #8582BC;
}
</style>