Shades of Moody Blue #8678CA
Tints of Moody Blue #8678CA
RGB
CMYK
RGB Variations
Color information
#8678CA (or 0x8678CA) is known color: Moody Blue. HEX triplet: 86, 78 and CA. RGB value is (134,120,202). Sum of RGB (Red+Green+Blue) = 134+120+202=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #8678CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678CA is #798735. Grayscale: #858585. Windows color (decimal): -7964470 or 13269126. OLE color: 13269126.
HSL color Cylindrical-coordinate representation of color #8678CA: hue angle of 250.24º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8678CA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 120 | 202 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.21 |
| HSL | 250.24º | 0.44% | 0.63% | - |
| HSV(B) | 250.24º | 0.41% | 0.79% | - |
| XYZ | 27.21 | 22.77 | 58.84 | - |
| YUV | 133.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 202 | 0.34 | 0.41 | 0 | 0.21 | 250.24 | 0.44 | 0.63 |
| Hex | 86 | 78 | CA | 22 | 29 | 0 | 15 | FA | 2C | 3F |
| Octal | 206 | 170 | 312 | 42 | 51 | 0 | 25 | 372 | 54 | 77 |
| Binary | 10000110 | 1111000 | 11001010 | 100010 | 101001 | 0 | 10101 | 11111010 | 101100 | 111111 |
Color Harmonies of #8678CA
Complementary color
Monochromatic Colors of #8678CA
Black with #8678CA
Text Example
Text Example
White with #8678CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678CA; }
p { color: rgb(134,120,202); }
H1.HeaderClassName
{
color: #8678CA;
}
.AnyTagClassName
{
color: #8678CA;
}
</style>
background-color css
<style>
a { background-color: #8678CA; }
a { background-color: rgb(134,120,202); }
div.DivClassName
{
background-color: #8678CA;
}
.BgClassName
{
background-color: #8678CA;
}
</style>
border-color css
<style>
span { border-color: #8678CA; }
span { border-color: rgb(134,120,202); }
td.TdClassName
{
border-color: #8678CA;
}
.TagClassName
{
border-color: #8678CA;
}
</style>