Shades of Moody Blue #8678CE
Tints of Moody Blue #8678CE
RGB
CMYK
RGB Variations
Color information
#8678CE (or 0x8678CE) is known color: Moody Blue. HEX triplet: 86, 78 and CE. RGB value is (134,120,206). Sum of RGB (Red+Green+Blue) = 134+120+206=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #8678CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678CE is #798731. Grayscale: #858585. Windows color (decimal): -7964466 or 13531270. OLE color: 13531270.
HSL color Cylindrical-coordinate representation of color #8678CE: hue angle of 249.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8678CE is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 120 | 206 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.19 |
| HSL | 249.77º | 0.47% | 0.64% | - |
| HSV(B) | 249.77º | 0.42% | 0.81% | - |
| XYZ | 27.69 | 22.96 | 61.36 | - |
| YUV | 133.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 206 | 0.35 | 0.42 | 0 | 0.19 | 249.77 | 0.47 | 0.64 |
| Hex | 86 | 78 | CE | 23 | 2A | 0 | 13 | FA | 2F | 40 |
| Octal | 206 | 170 | 316 | 43 | 52 | 0 | 23 | 372 | 57 | 100 |
| Binary | 10000110 | 1111000 | 11001110 | 100011 | 101010 | 0 | 10011 | 11111010 | 101111 | 1000000 |
Color Harmonies of #8678CE
Complementary color
Monochromatic Colors of #8678CE
Black with #8678CE
Text Example
Text Example
White with #8678CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678CE; }
p { color: rgb(134,120,206); }
H1.HeaderClassName
{
color: #8678CE;
}
.AnyTagClassName
{
color: #8678CE;
}
</style>
background-color css
<style>
a { background-color: #8678CE; }
a { background-color: rgb(134,120,206); }
div.DivClassName
{
background-color: #8678CE;
}
.BgClassName
{
background-color: #8678CE;
}
</style>
border-color css
<style>
span { border-color: #8678CE; }
span { border-color: rgb(134,120,206); }
td.TdClassName
{
border-color: #8678CE;
}
.TagClassName
{
border-color: #8678CE;
}
</style>