Shades of Blue Bell #8F88DC
Tints of Blue Bell #8F88DC
RGB
CMYK
RGB Variations
Color information
#8F88DC (or 0x8F88DC) is known color: Blue Bell. HEX triplet: 8F, 88 and DC. RGB value is (143,136,220). Sum of RGB (Red+Green+Blue) = 143+136+220=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88DC is #707723. Grayscale: #939393. Windows color (decimal): -7370532 or 14452879. OLE color: 14452879.
HSL color Cylindrical-coordinate representation of color #8F88DC: hue angle of 245º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F88DC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 136 | 220 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.14 |
| HSL | 245º | 0.55% | 0.7% | - |
| HSV(B) | 245º | 0.38% | 0.86% | - |
| XYZ | 33.05 | 28.62 | 71.49 | - |
| YUV | 147.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 220 | 0.35 | 0.38 | 0 | 0.14 | 245 | 0.55 | 0.7 |
| Hex | 8F | 88 | DC | 23 | 26 | 0 | E | F5 | 37 | 46 |
| Octal | 217 | 210 | 334 | 43 | 46 | 0 | 16 | 365 | 67 | 106 |
| Binary | 10001111 | 10001000 | 11011100 | 100011 | 100110 | 0 | 1110 | 11110101 | 110111 | 1000110 |
Color Harmonies of #8F88DC
Complementary color
Monochromatic Colors of #8F88DC
Black with #8F88DC
Text Example
Text Example
White with #8F88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88DC; }
p { color: rgb(143,136,220); }
H1.HeaderClassName
{
color: #8F88DC;
}
.AnyTagClassName
{
color: #8F88DC;
}
</style>
background-color css
<style>
a { background-color: #8F88DC; }
a { background-color: rgb(143,136,220); }
div.DivClassName
{
background-color: #8F88DC;
}
.BgClassName
{
background-color: #8F88DC;
}
</style>
border-color css
<style>
span { border-color: #8F88DC; }
span { border-color: rgb(143,136,220); }
td.TdClassName
{
border-color: #8F88DC;
}
.TagClassName
{
border-color: #8F88DC;
}
</style>