Shades of Moody Blue #8F88C7
Tints of Moody Blue #8F88C7
RGB
CMYK
RGB Variations
Color information
#8F88C7 (or 0x8F88C7) is known color: Moody Blue. HEX triplet: 8F, 88 and C7. RGB value is (143,136,199). Sum of RGB (Red+Green+Blue) = 143+136+199=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #8F88C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88C7 is #707738. Grayscale: #919191. Windows color (decimal): -7370553 or 13076623. OLE color: 13076623.
HSL color Cylindrical-coordinate representation of color #8F88C7: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F88C7 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 136 | 199 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.22 |
| HSL | 246.67º | 0.36% | 0.66% | - |
| HSV(B) | 246.67º | 0.32% | 0.78% | - |
| XYZ | 30.44 | 27.57 | 57.75 | - |
| YUV | 145.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 199 | 0.28 | 0.32 | 0 | 0.22 | 246.67 | 0.36 | 0.66 |
| Hex | 8F | 88 | C7 | 1C | 20 | 0 | 16 | F7 | 24 | 42 |
| Octal | 217 | 210 | 307 | 34 | 40 | 0 | 26 | 367 | 44 | 102 |
| Binary | 10001111 | 10001000 | 11000111 | 11100 | 100000 | 0 | 10110 | 11110111 | 100100 | 1000010 |
Color Harmonies of #8F88C7
Complementary color
Monochromatic Colors of #8F88C7
Black with #8F88C7
Text Example
Text Example
White with #8F88C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88C7; }
p { color: rgb(143,136,199); }
H1.HeaderClassName
{
color: #8F88C7;
}
.AnyTagClassName
{
color: #8F88C7;
}
</style>
background-color css
<style>
a { background-color: #8F88C7; }
a { background-color: rgb(143,136,199); }
div.DivClassName
{
background-color: #8F88C7;
}
.BgClassName
{
background-color: #8F88C7;
}
</style>
border-color css
<style>
span { border-color: #8F88C7; }
span { border-color: rgb(143,136,199); }
td.TdClassName
{
border-color: #8F88C7;
}
.TagClassName
{
border-color: #8F88C7;
}
</style>