Shades of Moody Blue #8F82CB
Tints of Moody Blue #8F82CB
RGB
CMYK
RGB Variations
Color information
#8F82CB (or 0x8F82CB) is known color: Moody Blue. HEX triplet: 8F, 82 and CB. RGB value is (143,130,203). Sum of RGB (Red+Green+Blue) = 143+130+203=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82CB is #707D34. Grayscale: #8D8D8D. Windows color (decimal): -7372085 or 13337231. OLE color: 13337231.
HSL color Cylindrical-coordinate representation of color #8F82CB: hue angle of 250.68º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F82CB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 130 | 203 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.20 |
| HSL | 250.68º | 0.41% | 0.65% | - |
| HSV(B) | 250.68º | 0.36% | 0.8% | - |
| XYZ | 30.09 | 26.12 | 59.96 | - |
| YUV | 142.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 203 | 0.30 | 0.36 | 0 | 0.20 | 250.68 | 0.41 | 0.65 |
| Hex | 8F | 82 | CB | 1E | 24 | 0 | 14 | FB | 29 | 41 |
| Octal | 217 | 202 | 313 | 36 | 44 | 0 | 24 | 373 | 51 | 101 |
| Binary | 10001111 | 10000010 | 11001011 | 11110 | 100100 | 0 | 10100 | 11111011 | 101001 | 1000001 |
Color Harmonies of #8F82CB
Complementary color
Monochromatic Colors of #8F82CB
Black with #8F82CB
Text Example
Text Example
White with #8F82CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F82CB; }
p { color: rgb(143,130,203); }
H1.HeaderClassName
{
color: #8F82CB;
}
.AnyTagClassName
{
color: #8F82CB;
}
</style>
background-color css
<style>
a { background-color: #8F82CB; }
a { background-color: rgb(143,130,203); }
div.DivClassName
{
background-color: #8F82CB;
}
.BgClassName
{
background-color: #8F82CB;
}
</style>
border-color css
<style>
span { border-color: #8F82CB; }
span { border-color: rgb(143,130,203); }
td.TdClassName
{
border-color: #8F82CB;
}
.TagClassName
{
border-color: #8F82CB;
}
</style>