Shades of Moody Blue #8675BA
Tints of Moody Blue #8675BA
RGB
CMYK
RGB Variations
Color information
#8675BA (or 0x8675BA) is known color: Moody Blue. HEX triplet: 86, 75 and BA. RGB value is (134,117,186). Sum of RGB (Red+Green+Blue) = 134+117+186=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #8675BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675BA is #798A45. Grayscale: #818181. Windows color (decimal): -7965254 or 12219782. OLE color: 12219782.
HSL color Cylindrical-coordinate representation of color #8675BA: hue angle of 254.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8675BA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 117 | 186 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.27 |
| HSL | 254.78º | 0.33% | 0.59% | - |
| HSV(B) | 254.78º | 0.37% | 0.73% | - |
| XYZ | 25.06 | 21.34 | 49.25 | - |
| YUV | 129.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 186 | 0.28 | 0.37 | 0 | 0.27 | 254.78 | 0.33 | 0.59 |
| Hex | 86 | 75 | BA | 1C | 25 | 0 | 1B | FF | 21 | 3B |
| Octal | 206 | 165 | 272 | 34 | 45 | 0 | 33 | 377 | 41 | 73 |
| Binary | 10000110 | 1110101 | 10111010 | 11100 | 100101 | 0 | 11011 | 11111111 | 100001 | 111011 |
Color Harmonies of #8675BA
Complementary color
Monochromatic Colors of #8675BA
Black with #8675BA
Text Example
Text Example
White with #8675BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675BA; }
p { color: rgb(134,117,186); }
H1.HeaderClassName
{
color: #8675BA;
}
.AnyTagClassName
{
color: #8675BA;
}
</style>
background-color css
<style>
a { background-color: #8675BA; }
a { background-color: rgb(134,117,186); }
div.DivClassName
{
background-color: #8675BA;
}
.BgClassName
{
background-color: #8675BA;
}
</style>
border-color css
<style>
span { border-color: #8675BA; }
span { border-color: rgb(134,117,186); }
td.TdClassName
{
border-color: #8675BA;
}
.TagClassName
{
border-color: #8675BA;
}
</style>