Shades of Moody Blue #8B82DF
Tints of Moody Blue #8B82DF
RGB
CMYK
RGB Variations
Color information
#8B82DF (or 0x8B82DF) is known color: Moody Blue. HEX triplet: 8B, 82 and DF. RGB value is (139,130,223). Sum of RGB (Red+Green+Blue) = 139+130+223=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B82DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B82DF is #747D20. Grayscale: #8E8E8E. Windows color (decimal): -7634209 or 14647947. OLE color: 14647947.
HSL color Cylindrical-coordinate representation of color #8B82DF: hue angle of 245.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B82DF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 130 | 223 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.13 |
| HSL | 245.81º | 0.59% | 0.69% | - |
| HSV(B) | 245.81º | 0.42% | 0.87% | - |
| XYZ | 31.95 | 26.78 | 73.3 | - |
| YUV | 143.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 223 | 0.38 | 0.42 | 0 | 0.13 | 245.81 | 0.59 | 0.69 |
| Hex | 8B | 82 | DF | 26 | 2A | 0 | D | F6 | 3B | 45 |
| Octal | 213 | 202 | 337 | 46 | 52 | 0 | 15 | 366 | 73 | 105 |
| Binary | 10001011 | 10000010 | 11011111 | 100110 | 101010 | 0 | 1101 | 11110110 | 111011 | 1000101 |
Color Harmonies of #8B82DF
Complementary color
Monochromatic Colors of #8B82DF
Black with #8B82DF
Text Example
Text Example
White with #8B82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B82DF; }
p { color: rgb(139,130,223); }
H1.HeaderClassName
{
color: #8B82DF;
}
.AnyTagClassName
{
color: #8B82DF;
}
</style>
background-color css
<style>
a { background-color: #8B82DF; }
a { background-color: rgb(139,130,223); }
div.DivClassName
{
background-color: #8B82DF;
}
.BgClassName
{
background-color: #8B82DF;
}
</style>
border-color css
<style>
span { border-color: #8B82DF; }
span { border-color: rgb(139,130,223); }
td.TdClassName
{
border-color: #8B82DF;
}
.TagClassName
{
border-color: #8B82DF;
}
</style>