Shades of Moody Blue #8679BD
Tints of Moody Blue #8679BD
RGB
CMYK
RGB Variations
Color information
#8679BD (or 0x8679BD) is known color: Moody Blue. HEX triplet: 86, 79 and BD. RGB value is (134,121,189). Sum of RGB (Red+Green+Blue) = 134+121+189=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #8679BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679BD is #798642. Grayscale: #848484. Windows color (decimal): -7964227 or 12417414. OLE color: 12417414.
HSL color Cylindrical-coordinate representation of color #8679BD: hue angle of 251.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8679BD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 121 | 189 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.26 |
| HSL | 251.47º | 0.34% | 0.61% | - |
| HSV(B) | 251.47º | 0.36% | 0.74% | - |
| XYZ | 25.85 | 22.42 | 51.11 | - |
| YUV | 132.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 189 | 0.29 | 0.36 | 0 | 0.26 | 251.47 | 0.34 | 0.61 |
| Hex | 86 | 79 | BD | 1D | 24 | 0 | 1A | FB | 22 | 3D |
| Octal | 206 | 171 | 275 | 35 | 44 | 0 | 32 | 373 | 42 | 75 |
| Binary | 10000110 | 1111001 | 10111101 | 11101 | 100100 | 0 | 11010 | 11111011 | 100010 | 111101 |
Color Harmonies of #8679BD
Complementary color
Monochromatic Colors of #8679BD
Black with #8679BD
Text Example
Text Example
White with #8679BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679BD; }
p { color: rgb(134,121,189); }
H1.HeaderClassName
{
color: #8679BD;
}
.AnyTagClassName
{
color: #8679BD;
}
</style>
background-color css
<style>
a { background-color: #8679BD; }
a { background-color: rgb(134,121,189); }
div.DivClassName
{
background-color: #8679BD;
}
.BgClassName
{
background-color: #8679BD;
}
</style>
border-color css
<style>
span { border-color: #8679BD; }
span { border-color: rgb(134,121,189); }
td.TdClassName
{
border-color: #8679BD;
}
.TagClassName
{
border-color: #8679BD;
}
</style>