Shades of Moody Blue #8678DB
Tints of Moody Blue #8678DB
RGB
CMYK
RGB Variations
Color information
#8678DB (or 0x8678DB) is known color: Moody Blue. HEX triplet: 86, 78 and DB. RGB value is (134,120,219). Sum of RGB (Red+Green+Blue) = 134+120+219=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8678DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678DB is #798724. Grayscale: #878787. Windows color (decimal): -7964453 or 14383238. OLE color: 14383238.
HSL color Cylindrical-coordinate representation of color #8678DB: hue angle of 248.48º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8678DB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 120 | 219 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.14 |
| HSL | 248.48º | 0.58% | 0.66% | - |
| HSV(B) | 248.48º | 0.45% | 0.86% | - |
| XYZ | 29.33 | 23.62 | 70.03 | - |
| YUV | 135.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 219 | 0.39 | 0.45 | 0 | 0.14 | 248.48 | 0.58 | 0.66 |
| Hex | 86 | 78 | DB | 27 | 2D | 0 | E | F8 | 3A | 42 |
| Octal | 206 | 170 | 333 | 47 | 55 | 0 | 16 | 370 | 72 | 102 |
| Binary | 10000110 | 1111000 | 11011011 | 100111 | 101101 | 0 | 1110 | 11111000 | 111010 | 1000010 |
Color Harmonies of #8678DB
Complementary color
Monochromatic Colors of #8678DB
Black with #8678DB
Text Example
Text Example
White with #8678DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678DB; }
p { color: rgb(134,120,219); }
H1.HeaderClassName
{
color: #8678DB;
}
.AnyTagClassName
{
color: #8678DB;
}
</style>
background-color css
<style>
a { background-color: #8678DB; }
a { background-color: rgb(134,120,219); }
div.DivClassName
{
background-color: #8678DB;
}
.BgClassName
{
background-color: #8678DB;
}
</style>
border-color css
<style>
span { border-color: #8678DB; }
span { border-color: rgb(134,120,219); }
td.TdClassName
{
border-color: #8678DB;
}
.TagClassName
{
border-color: #8678DB;
}
</style>