Shades of Moody Blue #8F83CB
Tints of Moody Blue #8F83CB
RGB
CMYK
RGB Variations
Color information
#8F83CB (or 0x8F83CB) is known color: Moody Blue. HEX triplet: 8F, 83 and CB. RGB value is (143,131,203). Sum of RGB (Red+Green+Blue) = 143+131+203=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83CB is #707C34. Grayscale: #8E8E8E. Windows color (decimal): -7371829 or 13337487. OLE color: 13337487.
HSL color Cylindrical-coordinate representation of color #8F83CB: hue angle of 250º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F83CB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 131 | 203 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.20 |
| HSL | 250º | 0.41% | 0.65% | - |
| HSV(B) | 250º | 0.35% | 0.8% | - |
| XYZ | 30.22 | 26.38 | 60 | - |
| YUV | 142.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 203 | 0.30 | 0.35 | 0 | 0.20 | 250 | 0.41 | 0.65 |
| Hex | 8F | 83 | CB | 1E | 23 | 0 | 14 | FA | 29 | 41 |
| Octal | 217 | 203 | 313 | 36 | 43 | 0 | 24 | 372 | 51 | 101 |
| Binary | 10001111 | 10000011 | 11001011 | 11110 | 100011 | 0 | 10100 | 11111010 | 101001 | 1000001 |
Color Harmonies of #8F83CB
Complementary color
Monochromatic Colors of #8F83CB
Black with #8F83CB
Text Example
Text Example
White with #8F83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83CB; }
p { color: rgb(143,131,203); }
H1.HeaderClassName
{
color: #8F83CB;
}
.AnyTagClassName
{
color: #8F83CB;
}
</style>
background-color css
<style>
a { background-color: #8F83CB; }
a { background-color: rgb(143,131,203); }
div.DivClassName
{
background-color: #8F83CB;
}
.BgClassName
{
background-color: #8F83CB;
}
</style>
border-color css
<style>
span { border-color: #8F83CB; }
span { border-color: rgb(143,131,203); }
td.TdClassName
{
border-color: #8F83CB;
}
.TagClassName
{
border-color: #8F83CB;
}
</style>