Shades of Moody Blue #8586C4
Tints of Moody Blue #8586C4
RGB
CMYK
RGB Variations
Color information
#8586C4 (or 0x8586C4) is known color: Moody Blue. HEX triplet: 85, 86 and C4. RGB value is (133,134,196). Sum of RGB (Red+Green+Blue) = 133+134+196=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #8586C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586C4 is #7A793B. Grayscale: #8C8C8C. Windows color (decimal): -8026428 or 12879493. OLE color: 12879493.
HSL color Cylindrical-coordinate representation of color #8586C4: hue angle of 239.05º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8586C4 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 134 | 196 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.23 |
| HSL | 239.05º | 0.35% | 0.65% | - |
| HSV(B) | 239.05º | 0.32% | 0.77% | - |
| XYZ | 28.16 | 26.02 | 55.76 | - |
| YUV | 140.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 196 | 0.32 | 0.32 | 0 | 0.23 | 239.05 | 0.35 | 0.65 |
| Hex | 85 | 86 | C4 | 20 | 20 | 0 | 17 | EF | 23 | 41 |
| Octal | 205 | 206 | 304 | 40 | 40 | 0 | 27 | 357 | 43 | 101 |
| Binary | 10000101 | 10000110 | 11000100 | 100000 | 100000 | 0 | 10111 | 11101111 | 100011 | 1000001 |
Color Harmonies of #8586C4
Complementary color
Monochromatic Colors of #8586C4
Black with #8586C4
Text Example
Text Example
White with #8586C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586C4; }
p { color: rgb(133,134,196); }
H1.HeaderClassName
{
color: #8586C4;
}
.AnyTagClassName
{
color: #8586C4;
}
</style>
background-color css
<style>
a { background-color: #8586C4; }
a { background-color: rgb(133,134,196); }
div.DivClassName
{
background-color: #8586C4;
}
.BgClassName
{
background-color: #8586C4;
}
</style>
border-color css
<style>
span { border-color: #8586C4; }
span { border-color: rgb(133,134,196); }
td.TdClassName
{
border-color: #8586C4;
}
.TagClassName
{
border-color: #8586C4;
}
</style>