Shades of Moody Blue #8676CE
Tints of Moody Blue #8676CE
RGB
CMYK
RGB Variations
Color information
#8676CE (or 0x8676CE) is known color: Moody Blue. HEX triplet: 86, 76 and CE. RGB value is (134,118,206). Sum of RGB (Red+Green+Blue) = 134+118+206=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #8676CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676CE is #798931. Grayscale: #848484. Windows color (decimal): -7964978 or 13530758. OLE color: 13530758.
HSL color Cylindrical-coordinate representation of color #8676CE: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8676CE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 118 | 206 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.19 |
| HSL | 250.91º | 0.47% | 0.64% | - |
| HSV(B) | 250.91º | 0.43% | 0.81% | - |
| XYZ | 27.45 | 22.48 | 61.29 | - |
| YUV | 132.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 206 | 0.35 | 0.43 | 0 | 0.19 | 250.91 | 0.47 | 0.64 |
| Hex | 86 | 76 | CE | 23 | 2B | 0 | 13 | FB | 2F | 40 |
| Octal | 206 | 166 | 316 | 43 | 53 | 0 | 23 | 373 | 57 | 100 |
| Binary | 10000110 | 1110110 | 11001110 | 100011 | 101011 | 0 | 10011 | 11111011 | 101111 | 1000000 |
Color Harmonies of #8676CE
Complementary color
Monochromatic Colors of #8676CE
Black with #8676CE
Text Example
Text Example
White with #8676CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676CE; }
p { color: rgb(134,118,206); }
H1.HeaderClassName
{
color: #8676CE;
}
.AnyTagClassName
{
color: #8676CE;
}
</style>
background-color css
<style>
a { background-color: #8676CE; }
a { background-color: rgb(134,118,206); }
div.DivClassName
{
background-color: #8676CE;
}
.BgClassName
{
background-color: #8676CE;
}
</style>
border-color css
<style>
span { border-color: #8676CE; }
span { border-color: rgb(134,118,206); }
td.TdClassName
{
border-color: #8676CE;
}
.TagClassName
{
border-color: #8676CE;
}
</style>