Shades of Blue Bell #8C91BD
Tints of Blue Bell #8C91BD
RGB
CMYK
RGB Variations
Color information
#8C91BD (or 0x8C91BD) is known color: Blue Bell. HEX triplet: 8C, 91 and BD. RGB value is (140,145,189). Sum of RGB (Red+Green+Blue) = 140+145+189=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C91BD is #736E42. Grayscale: #949494. Windows color (decimal): -7564867 or 12423564. OLE color: 12423564.
HSL color Cylindrical-coordinate representation of color #8C91BD: hue angle of 233.88º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C91BD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 145 | 189 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.26 |
| HSL | 233.88º | 0.27% | 0.65% | - |
| HSV(B) | 233.88º | 0.26% | 0.74% | - |
| XYZ | 30.13 | 29.5 | 52.25 | - |
| YUV | 148.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 189 | 0.26 | 0.23 | 0 | 0.26 | 233.88 | 0.27 | 0.65 |
| Hex | 8C | 91 | BD | 1A | 17 | 0 | 1A | EA | 1B | 41 |
| Octal | 214 | 221 | 275 | 32 | 27 | 0 | 32 | 352 | 33 | 101 |
| Binary | 10001100 | 10010001 | 10111101 | 11010 | 10111 | 0 | 11010 | 11101010 | 11011 | 1000001 |
Color Harmonies of #8C91BD
Complementary color
Monochromatic Colors of #8C91BD
Black with #8C91BD
Text Example
Text Example
White with #8C91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C91BD; }
p { color: rgb(140,145,189); }
H1.HeaderClassName
{
color: #8C91BD;
}
.AnyTagClassName
{
color: #8C91BD;
}
</style>
background-color css
<style>
a { background-color: #8C91BD; }
a { background-color: rgb(140,145,189); }
div.DivClassName
{
background-color: #8C91BD;
}
.BgClassName
{
background-color: #8C91BD;
}
</style>
border-color css
<style>
span { border-color: #8C91BD; }
span { border-color: rgb(140,145,189); }
td.TdClassName
{
border-color: #8C91BD;
}
.TagClassName
{
border-color: #8C91BD;
}
</style>