Shades of Moody Blue #8F81CC
Tints of Moody Blue #8F81CC
RGB
CMYK
RGB Variations
Color information
#8F81CC (or 0x8F81CC) is known color: Moody Blue. HEX triplet: 8F, 81 and CC. RGB value is (143,129,204). Sum of RGB (Red+Green+Blue) = 143+129+204=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81CC is #707E33. Grayscale: #8D8D8D. Windows color (decimal): -7372340 or 13402511. OLE color: 13402511.
HSL color Cylindrical-coordinate representation of color #8F81CC: hue angle of 251.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F81CC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 129 | 204 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.2 |
| HSL | 251.2º | 0.42% | 0.65% | - |
| HSV(B) | 251.2º | 0.37% | 0.8% | - |
| XYZ | 30.08 | 25.9 | 60.54 | - |
| YUV | 141.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 204 | 0.30 | 0.37 | 0 | 0.2 | 251.2 | 0.42 | 0.65 |
| Hex | 8F | 81 | CC | 1E | 25 | 0 | 14 | FB | 2A | 41 |
| Octal | 217 | 201 | 314 | 36 | 45 | 0 | 24 | 373 | 52 | 101 |
| Binary | 10001111 | 10000001 | 11001100 | 11110 | 100101 | 0 | 10100 | 11111011 | 101010 | 1000001 |
Color Harmonies of #8F81CC
Complementary color
Monochromatic Colors of #8F81CC
Black with #8F81CC
Text Example
Text Example
White with #8F81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81CC; }
p { color: rgb(143,129,204); }
H1.HeaderClassName
{
color: #8F81CC;
}
.AnyTagClassName
{
color: #8F81CC;
}
</style>
background-color css
<style>
a { background-color: #8F81CC; }
a { background-color: rgb(143,129,204); }
div.DivClassName
{
background-color: #8F81CC;
}
.BgClassName
{
background-color: #8F81CC;
}
</style>
border-color css
<style>
span { border-color: #8F81CC; }
span { border-color: rgb(143,129,204); }
td.TdClassName
{
border-color: #8F81CC;
}
.TagClassName
{
border-color: #8F81CC;
}
</style>