Shades of Moody Blue #8678CB
Tints of Moody Blue #8678CB
RGB
CMYK
RGB Variations
Color information
#8678CB (or 0x8678CB) is known color: Moody Blue. HEX triplet: 86, 78 and CB. RGB value is (134,120,203). Sum of RGB (Red+Green+Blue) = 134+120+203=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #8678CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678CB is #798734. Grayscale: #858585. Windows color (decimal): -7964469 or 13334662. OLE color: 13334662.
HSL color Cylindrical-coordinate representation of color #8678CB: hue angle of 250.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8678CB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 120 | 203 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.20 |
| HSL | 250.12º | 0.44% | 0.63% | - |
| HSV(B) | 250.12º | 0.41% | 0.8% | - |
| XYZ | 27.33 | 22.81 | 59.46 | - |
| YUV | 133.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 203 | 0.34 | 0.41 | 0 | 0.20 | 250.12 | 0.44 | 0.63 |
| Hex | 86 | 78 | CB | 22 | 29 | 0 | 14 | FA | 2C | 3F |
| Octal | 206 | 170 | 313 | 42 | 51 | 0 | 24 | 372 | 54 | 77 |
| Binary | 10000110 | 1111000 | 11001011 | 100010 | 101001 | 0 | 10100 | 11111010 | 101100 | 111111 |
Color Harmonies of #8678CB
Complementary color
Monochromatic Colors of #8678CB
Black with #8678CB
Text Example
Text Example
White with #8678CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678CB; }
p { color: rgb(134,120,203); }
H1.HeaderClassName
{
color: #8678CB;
}
.AnyTagClassName
{
color: #8678CB;
}
</style>
background-color css
<style>
a { background-color: #8678CB; }
a { background-color: rgb(134,120,203); }
div.DivClassName
{
background-color: #8678CB;
}
.BgClassName
{
background-color: #8678CB;
}
</style>
border-color css
<style>
span { border-color: #8678CB; }
span { border-color: rgb(134,120,203); }
td.TdClassName
{
border-color: #8678CB;
}
.TagClassName
{
border-color: #8678CB;
}
</style>