Shades of Blue Bell #8F87D6
Tints of Blue Bell #8F87D6
RGB
CMYK
RGB Variations
Color information
#8F87D6 (or 0x8F87D6) is known color: Blue Bell. HEX triplet: 8F, 87 and D6. RGB value is (143,135,214). Sum of RGB (Red+Green+Blue) = 143+135+214=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F87D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87D6 is #707829. Grayscale: #929292. Windows color (decimal): -7370794 or 14059407. OLE color: 14059407.
HSL color Cylindrical-coordinate representation of color #8F87D6: hue angle of 246.08º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F87D6 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 135 | 214 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.16 |
| HSL | 246.08º | 0.49% | 0.68% | - |
| HSV(B) | 246.08º | 0.37% | 0.84% | - |
| XYZ | 32.13 | 28.02 | 67.33 | - |
| YUV | 146.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 214 | 0.33 | 0.37 | 0 | 0.16 | 246.08 | 0.49 | 0.68 |
| Hex | 8F | 87 | D6 | 21 | 25 | 0 | 10 | F6 | 31 | 44 |
| Octal | 217 | 207 | 326 | 41 | 45 | 0 | 20 | 366 | 61 | 104 |
| Binary | 10001111 | 10000111 | 11010110 | 100001 | 100101 | 0 | 10000 | 11110110 | 110001 | 1000100 |
Color Harmonies of #8F87D6
Complementary color
Monochromatic Colors of #8F87D6
Black with #8F87D6
Text Example
Text Example
White with #8F87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F87D6; }
p { color: rgb(143,135,214); }
H1.HeaderClassName
{
color: #8F87D6;
}
.AnyTagClassName
{
color: #8F87D6;
}
</style>
background-color css
<style>
a { background-color: #8F87D6; }
a { background-color: rgb(143,135,214); }
div.DivClassName
{
background-color: #8F87D6;
}
.BgClassName
{
background-color: #8F87D6;
}
</style>
border-color css
<style>
span { border-color: #8F87D6; }
span { border-color: rgb(143,135,214); }
td.TdClassName
{
border-color: #8F87D6;
}
.TagClassName
{
border-color: #8F87D6;
}
</style>