Shades of Moody Blue #8682BF
Tints of Moody Blue #8682BF
RGB
CMYK
RGB Variations
Color information
#8682BF (or 0x8682BF) is known color: Moody Blue. HEX triplet: 86, 82 and BF. RGB value is (134,130,191). Sum of RGB (Red+Green+Blue) = 134+130+191=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #8682BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682BF is #797D40. Grayscale: #898989. Windows color (decimal): -7961921 or 12550790. OLE color: 12550790.
HSL color Cylindrical-coordinate representation of color #8682BF: hue angle of 243.93º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8682BF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 130 | 191 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.25 |
| HSL | 243.93º | 0.32% | 0.63% | - |
| HSV(B) | 243.93º | 0.32% | 0.75% | - |
| XYZ | 27.22 | 24.8 | 52.64 | - |
| YUV | 138.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 191 | 0.30 | 0.32 | 0 | 0.25 | 243.93 | 0.32 | 0.63 |
| Hex | 86 | 82 | BF | 1E | 20 | 0 | 19 | F4 | 20 | 3F |
| Octal | 206 | 202 | 277 | 36 | 40 | 0 | 31 | 364 | 40 | 77 |
| Binary | 10000110 | 10000010 | 10111111 | 11110 | 100000 | 0 | 11001 | 11110100 | 100000 | 111111 |
Color Harmonies of #8682BF
Complementary color
Monochromatic Colors of #8682BF
Black with #8682BF
Text Example
Text Example
White with #8682BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682BF; }
p { color: rgb(134,130,191); }
H1.HeaderClassName
{
color: #8682BF;
}
.AnyTagClassName
{
color: #8682BF;
}
</style>
background-color css
<style>
a { background-color: #8682BF; }
a { background-color: rgb(134,130,191); }
div.DivClassName
{
background-color: #8682BF;
}
.BgClassName
{
background-color: #8682BF;
}
</style>
border-color css
<style>
span { border-color: #8682BF; }
span { border-color: rgb(134,130,191); }
td.TdClassName
{
border-color: #8682BF;
}
.TagClassName
{
border-color: #8682BF;
}
</style>