Shades of Moody Blue #8582BB
Tints of Moody Blue #8582BB
RGB
CMYK
RGB Variations
Color information
#8582BB (or 0x8582BB) is known color: Moody Blue. HEX triplet: 85, 82 and BB. RGB value is (133,130,187). Sum of RGB (Red+Green+Blue) = 133+130+187=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #8582BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582BB is #7A7D44. Grayscale: #898989. Windows color (decimal): -8027461 or 12288645. OLE color: 12288645.
HSL color Cylindrical-coordinate representation of color #8582BB: hue angle of 243.16º degrees, saturation: 0.3, 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 #8582BB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 130 | 187 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.27 |
| HSL | 243.16º | 0.3% | 0.62% | - |
| HSV(B) | 243.16º | 0.3% | 0.73% | - |
| XYZ | 26.63 | 24.54 | 50.35 | - |
| YUV | 137.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 187 | 0.29 | 0.30 | 0 | 0.27 | 243.16 | 0.3 | 0.62 |
| Hex | 85 | 82 | BB | 1D | 1E | 0 | 1B | F3 | 1E | 3E |
| Octal | 205 | 202 | 273 | 35 | 36 | 0 | 33 | 363 | 36 | 76 |
| Binary | 10000101 | 10000010 | 10111011 | 11101 | 11110 | 0 | 11011 | 11110011 | 11110 | 111110 |
Color Harmonies of #8582BB
Complementary color
Monochromatic Colors of #8582BB
Black with #8582BB
Text Example
Text Example
White with #8582BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582BB; }
p { color: rgb(133,130,187); }
H1.HeaderClassName
{
color: #8582BB;
}
.AnyTagClassName
{
color: #8582BB;
}
</style>
background-color css
<style>
a { background-color: #8582BB; }
a { background-color: rgb(133,130,187); }
div.DivClassName
{
background-color: #8582BB;
}
.BgClassName
{
background-color: #8582BB;
}
</style>
border-color css
<style>
span { border-color: #8582BB; }
span { border-color: rgb(133,130,187); }
td.TdClassName
{
border-color: #8582BB;
}
.TagClassName
{
border-color: #8582BB;
}
</style>