Shades of Moody Blue #8585CE
Tints of Moody Blue #8585CE
RGB
CMYK
RGB Variations
Color information
#8585CE (or 0x8585CE) is known color: Moody Blue. HEX triplet: 85, 85 and CE. RGB value is (133,133,206). Sum of RGB (Red+Green+Blue) = 133+133+206=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #8585CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585CE is #7A7A31. Grayscale: #8D8D8D. Windows color (decimal): -8026674 or 13534597. OLE color: 13534597.
HSL color Cylindrical-coordinate representation of color #8585CE: hue angle of 240º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8585CE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 133 | 206 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.19 |
| HSL | 240º | 0.43% | 0.66% | - |
| HSV(B) | 240º | 0.35% | 0.81% | - |
| XYZ | 29.2 | 26.22 | 61.91 | - |
| YUV | 141.32 | 164.5 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 206 | 0.35 | 0.35 | 0 | 0.19 | 240 | 0.43 | 0.66 |
| Hex | 85 | 85 | CE | 23 | 23 | 0 | 13 | F0 | 2B | 42 |
| Octal | 205 | 205 | 316 | 43 | 43 | 0 | 23 | 360 | 53 | 102 |
| Binary | 10000101 | 10000101 | 11001110 | 100011 | 100011 | 0 | 10011 | 11110000 | 101011 | 1000010 |
Color Harmonies of #8585CE
Complementary color
Monochromatic Colors of #8585CE
Black with #8585CE
Text Example
Text Example
White with #8585CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585CE; }
p { color: rgb(133,133,206); }
H1.HeaderClassName
{
color: #8585CE;
}
.AnyTagClassName
{
color: #8585CE;
}
</style>
background-color css
<style>
a { background-color: #8585CE; }
a { background-color: rgb(133,133,206); }
div.DivClassName
{
background-color: #8585CE;
}
.BgClassName
{
background-color: #8585CE;
}
</style>
border-color css
<style>
span { border-color: #8585CE; }
span { border-color: rgb(133,133,206); }
td.TdClassName
{
border-color: #8585CE;
}
.TagClassName
{
border-color: #8585CE;
}
</style>