Shades of Moody Blue #8679DB
Tints of Moody Blue #8679DB
RGB
CMYK
RGB Variations
Color information
#8679DB (or 0x8679DB) is known color: Moody Blue. HEX triplet: 86, 79 and DB. RGB value is (134,121,219). Sum of RGB (Red+Green+Blue) = 134+121+219=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #8679DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679DB is #798624. Grayscale: #878787. Windows color (decimal): -7964197 or 14383494. OLE color: 14383494.
HSL color Cylindrical-coordinate representation of color #8679DB: hue angle of 247.96º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8679DB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 121 | 219 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.14 |
| HSL | 247.96º | 0.58% | 0.67% | - |
| HSV(B) | 247.96º | 0.45% | 0.86% | - |
| XYZ | 29.46 | 23.86 | 70.07 | - |
| YUV | 136.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 219 | 0.39 | 0.45 | 0 | 0.14 | 247.96 | 0.58 | 0.67 |
| Hex | 86 | 79 | DB | 27 | 2D | 0 | E | F8 | 3A | 43 |
| Octal | 206 | 171 | 333 | 47 | 55 | 0 | 16 | 370 | 72 | 103 |
| Binary | 10000110 | 1111001 | 11011011 | 100111 | 101101 | 0 | 1110 | 11111000 | 111010 | 1000011 |
Color Harmonies of #8679DB
Complementary color
Monochromatic Colors of #8679DB
Black with #8679DB
Text Example
Text Example
White with #8679DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679DB; }
p { color: rgb(134,121,219); }
H1.HeaderClassName
{
color: #8679DB;
}
.AnyTagClassName
{
color: #8679DB;
}
</style>
background-color css
<style>
a { background-color: #8679DB; }
a { background-color: rgb(134,121,219); }
div.DivClassName
{
background-color: #8679DB;
}
.BgClassName
{
background-color: #8679DB;
}
</style>
border-color css
<style>
span { border-color: #8679DB; }
span { border-color: rgb(134,121,219); }
td.TdClassName
{
border-color: #8679DB;
}
.TagClassName
{
border-color: #8679DB;
}
</style>