Shades of Moody Blue #8676CF
Tints of Moody Blue #8676CF
RGB
CMYK
RGB Variations
Color information
#8676CF (or 0x8676CF) is known color: Moody Blue. HEX triplet: 86, 76 and CF. RGB value is (134,118,207). Sum of RGB (Red+Green+Blue) = 134+118+207=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8676CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676CF is #798930. Grayscale: #848484. Windows color (decimal): -7964977 or 13596294. OLE color: 13596294.
HSL color Cylindrical-coordinate representation of color #8676CF: hue angle of 250.79º degrees, saturation: 0.48, 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 #8676CF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 118 | 207 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.19 |
| HSL | 250.79º | 0.48% | 0.64% | - |
| HSV(B) | 250.79º | 0.43% | 0.81% | - |
| XYZ | 27.57 | 22.53 | 61.93 | - |
| YUV | 132.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 207 | 0.35 | 0.43 | 0 | 0.19 | 250.79 | 0.48 | 0.64 |
| Hex | 86 | 76 | CF | 23 | 2B | 0 | 13 | FB | 30 | 40 |
| Octal | 206 | 166 | 317 | 43 | 53 | 0 | 23 | 373 | 60 | 100 |
| Binary | 10000110 | 1110110 | 11001111 | 100011 | 101011 | 0 | 10011 | 11111011 | 110000 | 1000000 |
Color Harmonies of #8676CF
Complementary color
Monochromatic Colors of #8676CF
Black with #8676CF
Text Example
Text Example
White with #8676CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676CF; }
p { color: rgb(134,118,207); }
H1.HeaderClassName
{
color: #8676CF;
}
.AnyTagClassName
{
color: #8676CF;
}
</style>
background-color css
<style>
a { background-color: #8676CF; }
a { background-color: rgb(134,118,207); }
div.DivClassName
{
background-color: #8676CF;
}
.BgClassName
{
background-color: #8676CF;
}
</style>
border-color css
<style>
span { border-color: #8676CF; }
span { border-color: rgb(134,118,207); }
td.TdClassName
{
border-color: #8676CF;
}
.TagClassName
{
border-color: #8676CF;
}
</style>