Shades of Blue Bell #8C88D7
Tints of Blue Bell #8C88D7
RGB
CMYK
RGB Variations
Color information
#8C88D7 (or 0x8C88D7) is known color: Blue Bell. HEX triplet: 8C, 88 and D7. RGB value is (140,136,215). Sum of RGB (Red+Green+Blue) = 140+136+215=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C88D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88D7 is #737728. Grayscale: #919191. Windows color (decimal): -7567145 or 14125196. OLE color: 14125196.
HSL color Cylindrical-coordinate representation of color #8C88D7: hue angle of 243.04º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C88D7 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 136 | 215 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.16 |
| HSL | 243.04º | 0.5% | 0.69% | - |
| HSV(B) | 243.04º | 0.37% | 0.84% | - |
| XYZ | 31.89 | 28.09 | 68.03 | - |
| YUV | 146.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 215 | 0.35 | 0.37 | 0 | 0.16 | 243.04 | 0.5 | 0.69 |
| Hex | 8C | 88 | D7 | 23 | 25 | 0 | 10 | F3 | 32 | 45 |
| Octal | 214 | 210 | 327 | 43 | 45 | 0 | 20 | 363 | 62 | 105 |
| Binary | 10001100 | 10001000 | 11010111 | 100011 | 100101 | 0 | 10000 | 11110011 | 110010 | 1000101 |
Color Harmonies of #8C88D7
Complementary color
Monochromatic Colors of #8C88D7
Black with #8C88D7
Text Example
Text Example
White with #8C88D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C88D7; }
p { color: rgb(140,136,215); }
H1.HeaderClassName
{
color: #8C88D7;
}
.AnyTagClassName
{
color: #8C88D7;
}
</style>
background-color css
<style>
a { background-color: #8C88D7; }
a { background-color: rgb(140,136,215); }
div.DivClassName
{
background-color: #8C88D7;
}
.BgClassName
{
background-color: #8C88D7;
}
</style>
border-color css
<style>
span { border-color: #8C88D7; }
span { border-color: rgb(140,136,215); }
td.TdClassName
{
border-color: #8C88D7;
}
.TagClassName
{
border-color: #8C88D7;
}
</style>