Shades of Moody Blue #8585CF
Tints of Moody Blue #8585CF
RGB
CMYK
RGB Variations
Color information
#8585CF (or 0x8585CF) is known color: Moody Blue. HEX triplet: 85, 85 and CF. RGB value is (133,133,207). Sum of RGB (Red+Green+Blue) = 133+133+207=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #8585CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585CF is #7A7A30. Grayscale: #8D8D8D. Windows color (decimal): -8026673 or 13600133. OLE color: 13600133.
HSL color Cylindrical-coordinate representation of color #8585CF: hue angle of 240º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8585CF is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 133 | 207 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.19 |
| HSL | 240º | 0.44% | 0.67% | - |
| HSV(B) | 240º | 0.36% | 0.81% | - |
| XYZ | 29.32 | 26.27 | 62.56 | - |
| YUV | 141.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 207 | 0.36 | 0.36 | 0 | 0.19 | 240 | 0.44 | 0.67 |
| Hex | 85 | 85 | CF | 24 | 24 | 0 | 13 | F0 | 2C | 43 |
| Octal | 205 | 205 | 317 | 44 | 44 | 0 | 23 | 360 | 54 | 103 |
| Binary | 10000101 | 10000101 | 11001111 | 100100 | 100100 | 0 | 10011 | 11110000 | 101100 | 1000011 |
Color Harmonies of #8585CF
Complementary color
Monochromatic Colors of #8585CF
Black with #8585CF
Text Example
Text Example
White with #8585CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585CF; }
p { color: rgb(133,133,207); }
H1.HeaderClassName
{
color: #8585CF;
}
.AnyTagClassName
{
color: #8585CF;
}
</style>
background-color css
<style>
a { background-color: #8585CF; }
a { background-color: rgb(133,133,207); }
div.DivClassName
{
background-color: #8585CF;
}
.BgClassName
{
background-color: #8585CF;
}
</style>
border-color css
<style>
span { border-color: #8585CF; }
span { border-color: rgb(133,133,207); }
td.TdClassName
{
border-color: #8585CF;
}
.TagClassName
{
border-color: #8585CF;
}
</style>