Shades of Moody Blue #8582BE
Tints of Moody Blue #8582BE
RGB
CMYK
RGB Variations
Color information
#8582BE (or 0x8582BE) is known color: Moody Blue. HEX triplet: 85, 82 and BE. RGB value is (133,130,190). Sum of RGB (Red+Green+Blue) = 133+130+190=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8582BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582BE is #7A7D41. Grayscale: #898989. Windows color (decimal): -8027458 or 12485253. OLE color: 12485253.
HSL color Cylindrical-coordinate representation of color #8582BE: hue angle of 243º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8582BE is Cyan = 0.3, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 130 | 190 | - |
| CMYK | 0.3 | 0.32 | 0 | 0.25 |
| HSL | 243º | 0.32% | 0.63% | - |
| HSV(B) | 243º | 0.32% | 0.75% | - |
| XYZ | 26.95 | 24.67 | 52.06 | - |
| YUV | 137.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 190 | 0.3 | 0.32 | 0 | 0.25 | 243 | 0.32 | 0.63 |
| Hex | 85 | 82 | BE | 1E | 20 | 0 | 19 | F3 | 20 | 3F |
| Octal | 205 | 202 | 276 | 36 | 40 | 0 | 31 | 363 | 40 | 77 |
| Binary | 10000101 | 10000010 | 10111110 | 11110 | 100000 | 0 | 11001 | 11110011 | 100000 | 111111 |
Color Harmonies of #8582BE
Complementary color
Monochromatic Colors of #8582BE
Black with #8582BE
Text Example
Text Example
White with #8582BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582BE; }
p { color: rgb(133,130,190); }
H1.HeaderClassName
{
color: #8582BE;
}
.AnyTagClassName
{
color: #8582BE;
}
</style>
background-color css
<style>
a { background-color: #8582BE; }
a { background-color: rgb(133,130,190); }
div.DivClassName
{
background-color: #8582BE;
}
.BgClassName
{
background-color: #8582BE;
}
</style>
border-color css
<style>
span { border-color: #8582BE; }
span { border-color: rgb(133,130,190); }
td.TdClassName
{
border-color: #8582BE;
}
.TagClassName
{
border-color: #8582BE;
}
</style>