Shades of Moody Blue #8F88CC
Tints of Moody Blue #8F88CC
RGB
CMYK
RGB Variations
Color information
#8F88CC (or 0x8F88CC) is known color: Moody Blue. HEX triplet: 8F, 88 and CC. RGB value is (143,136,204). Sum of RGB (Red+Green+Blue) = 143+136+204=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88CC is #707733. Grayscale: #919191. Windows color (decimal): -7370548 or 13404303. OLE color: 13404303.
HSL color Cylindrical-coordinate representation of color #8F88CC: hue angle of 246.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F88CC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 136 | 204 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.2 |
| HSL | 246.18º | 0.4% | 0.67% | - |
| HSV(B) | 246.18º | 0.33% | 0.8% | - |
| XYZ | 31.03 | 27.81 | 60.86 | - |
| YUV | 145.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 204 | 0.30 | 0.33 | 0 | 0.2 | 246.18 | 0.4 | 0.67 |
| Hex | 8F | 88 | CC | 1E | 21 | 0 | 14 | F6 | 28 | 43 |
| Octal | 217 | 210 | 314 | 36 | 41 | 0 | 24 | 366 | 50 | 103 |
| Binary | 10001111 | 10001000 | 11001100 | 11110 | 100001 | 0 | 10100 | 11110110 | 101000 | 1000011 |
Color Harmonies of #8F88CC
Complementary color
Monochromatic Colors of #8F88CC
Black with #8F88CC
Text Example
Text Example
White with #8F88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88CC; }
p { color: rgb(143,136,204); }
H1.HeaderClassName
{
color: #8F88CC;
}
.AnyTagClassName
{
color: #8F88CC;
}
</style>
background-color css
<style>
a { background-color: #8F88CC; }
a { background-color: rgb(143,136,204); }
div.DivClassName
{
background-color: #8F88CC;
}
.BgClassName
{
background-color: #8F88CC;
}
</style>
border-color css
<style>
span { border-color: #8F88CC; }
span { border-color: rgb(143,136,204); }
td.TdClassName
{
border-color: #8F88CC;
}
.TagClassName
{
border-color: #8F88CC;
}
</style>