Shades of Moody Blue #8586CE
Tints of Moody Blue #8586CE
RGB
CMYK
RGB Variations
Color information
#8586CE (or 0x8586CE) is known color: Moody Blue. HEX triplet: 85, 86 and CE. RGB value is (133,134,206). Sum of RGB (Red+Green+Blue) = 133+134+206=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8586CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586CE is #7A7931. Grayscale: #8D8D8D. Windows color (decimal): -8026418 or 13534853. OLE color: 13534853.
HSL color Cylindrical-coordinate representation of color #8586CE: hue angle of 239.18º 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 #8586CE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 134 | 206 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.19 |
| HSL | 239.18º | 0.43% | 0.66% | - |
| HSV(B) | 239.18º | 0.35% | 0.81% | - |
| XYZ | 29.34 | 26.49 | 61.96 | - |
| YUV | 141.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 206 | 0.35 | 0.35 | 0 | 0.19 | 239.18 | 0.43 | 0.66 |
| Hex | 85 | 86 | CE | 23 | 23 | 0 | 13 | EF | 2B | 42 |
| Octal | 205 | 206 | 316 | 43 | 43 | 0 | 23 | 357 | 53 | 102 |
| Binary | 10000101 | 10000110 | 11001110 | 100011 | 100011 | 0 | 10011 | 11101111 | 101011 | 1000010 |
Color Harmonies of #8586CE
Complementary color
Monochromatic Colors of #8586CE
Black with #8586CE
Text Example
Text Example
White with #8586CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586CE; }
p { color: rgb(133,134,206); }
H1.HeaderClassName
{
color: #8586CE;
}
.AnyTagClassName
{
color: #8586CE;
}
</style>
background-color css
<style>
a { background-color: #8586CE; }
a { background-color: rgb(133,134,206); }
div.DivClassName
{
background-color: #8586CE;
}
.BgClassName
{
background-color: #8586CE;
}
</style>
border-color css
<style>
span { border-color: #8586CE; }
span { border-color: rgb(133,134,206); }
td.TdClassName
{
border-color: #8586CE;
}
.TagClassName
{
border-color: #8586CE;
}
</style>