Shades of Moody Blue #8678CC
Tints of Moody Blue #8678CC
RGB
CMYK
RGB Variations
Color information
#8678CC (or 0x8678CC) is known color: Moody Blue. HEX triplet: 86, 78 and CC. RGB value is (134,120,204). Sum of RGB (Red+Green+Blue) = 134+120+204=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #8678CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678CC is #798733. Grayscale: #858585. Windows color (decimal): -7964468 or 13400198. OLE color: 13400198.
HSL color Cylindrical-coordinate representation of color #8678CC: hue angle of 250º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8678CC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 120 | 204 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.2 |
| HSL | 250º | 0.45% | 0.64% | - |
| HSV(B) | 250º | 0.41% | 0.8% | - |
| XYZ | 27.45 | 22.86 | 60.09 | - |
| YUV | 133.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 204 | 0.34 | 0.41 | 0 | 0.2 | 250 | 0.45 | 0.64 |
| Hex | 86 | 78 | CC | 22 | 29 | 0 | 14 | FA | 2D | 40 |
| Octal | 206 | 170 | 314 | 42 | 51 | 0 | 24 | 372 | 55 | 100 |
| Binary | 10000110 | 1111000 | 11001100 | 100010 | 101001 | 0 | 10100 | 11111010 | 101101 | 1000000 |
Color Harmonies of #8678CC
Complementary color
Monochromatic Colors of #8678CC
Black with #8678CC
Text Example
Text Example
White with #8678CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678CC; }
p { color: rgb(134,120,204); }
H1.HeaderClassName
{
color: #8678CC;
}
.AnyTagClassName
{
color: #8678CC;
}
</style>
background-color css
<style>
a { background-color: #8678CC; }
a { background-color: rgb(134,120,204); }
div.DivClassName
{
background-color: #8678CC;
}
.BgClassName
{
background-color: #8678CC;
}
</style>
border-color css
<style>
span { border-color: #8678CC; }
span { border-color: rgb(134,120,204); }
td.TdClassName
{
border-color: #8678CC;
}
.TagClassName
{
border-color: #8678CC;
}
</style>