Shades of Moody Blue #8F83CA
Tints of Moody Blue #8F83CA
RGB
CMYK
RGB Variations
Color information
#8F83CA (or 0x8F83CA) is known color: Moody Blue. HEX triplet: 8F, 83 and CA. RGB value is (143,131,202). Sum of RGB (Red+Green+Blue) = 143+131+202=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83CA is #707C35. Grayscale: #8E8E8E. Windows color (decimal): -7371830 or 13271951. OLE color: 13271951.
HSL color Cylindrical-coordinate representation of color #8F83CA: hue angle of 250.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F83CA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 131 | 202 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.21 |
| HSL | 250.14º | 0.4% | 0.65% | - |
| HSV(B) | 250.14º | 0.35% | 0.79% | - |
| XYZ | 30.1 | 26.34 | 59.37 | - |
| YUV | 142.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 202 | 0.29 | 0.35 | 0 | 0.21 | 250.14 | 0.4 | 0.65 |
| Hex | 8F | 83 | CA | 1D | 23 | 0 | 15 | FA | 28 | 41 |
| Octal | 217 | 203 | 312 | 35 | 43 | 0 | 25 | 372 | 50 | 101 |
| Binary | 10001111 | 10000011 | 11001010 | 11101 | 100011 | 0 | 10101 | 11111010 | 101000 | 1000001 |
Color Harmonies of #8F83CA
Complementary color
Monochromatic Colors of #8F83CA
Black with #8F83CA
Text Example
Text Example
White with #8F83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83CA; }
p { color: rgb(143,131,202); }
H1.HeaderClassName
{
color: #8F83CA;
}
.AnyTagClassName
{
color: #8F83CA;
}
</style>
background-color css
<style>
a { background-color: #8F83CA; }
a { background-color: rgb(143,131,202); }
div.DivClassName
{
background-color: #8F83CA;
}
.BgClassName
{
background-color: #8F83CA;
}
</style>
border-color css
<style>
span { border-color: #8F83CA; }
span { border-color: rgb(143,131,202); }
td.TdClassName
{
border-color: #8F83CA;
}
.TagClassName
{
border-color: #8F83CA;
}
</style>