Shades of Moody Blue #8F82C6
Tints of Moody Blue #8F82C6
RGB
CMYK
RGB Variations
Color information
#8F82C6 (or 0x8F82C6) is known color: Moody Blue. HEX triplet: 8F, 82 and C6. RGB value is (143,130,198). Sum of RGB (Red+Green+Blue) = 143+130+198=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F82C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82C6 is #707D39. Grayscale: #8D8D8D. Windows color (decimal): -7372090 or 13009551. OLE color: 13009551.
HSL color Cylindrical-coordinate representation of color #8F82C6: hue angle of 251.47º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F82C6 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 130 | 198 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.22 |
| HSL | 251.47º | 0.37% | 0.64% | - |
| HSV(B) | 251.47º | 0.34% | 0.78% | - |
| XYZ | 29.5 | 25.88 | 56.87 | - |
| YUV | 141.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 198 | 0.28 | 0.34 | 0 | 0.22 | 251.47 | 0.37 | 0.64 |
| Hex | 8F | 82 | C6 | 1C | 22 | 0 | 16 | FB | 25 | 40 |
| Octal | 217 | 202 | 306 | 34 | 42 | 0 | 26 | 373 | 45 | 100 |
| Binary | 10001111 | 10000010 | 11000110 | 11100 | 100010 | 0 | 10110 | 11111011 | 100101 | 1000000 |
Color Harmonies of #8F82C6
Complementary color
Monochromatic Colors of #8F82C6
Black with #8F82C6
Text Example
Text Example
White with #8F82C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F82C6; }
p { color: rgb(143,130,198); }
H1.HeaderClassName
{
color: #8F82C6;
}
.AnyTagClassName
{
color: #8F82C6;
}
</style>
background-color css
<style>
a { background-color: #8F82C6; }
a { background-color: rgb(143,130,198); }
div.DivClassName
{
background-color: #8F82C6;
}
.BgClassName
{
background-color: #8F82C6;
}
</style>
border-color css
<style>
span { border-color: #8F82C6; }
span { border-color: rgb(143,130,198); }
td.TdClassName
{
border-color: #8F82C6;
}
.TagClassName
{
border-color: #8F82C6;
}
</style>