Shades of Blue Bell #8C90BD
Tints of Blue Bell #8C90BD
RGB
CMYK
RGB Variations
Color information
#8C90BD (or 0x8C90BD) is known color: Blue Bell. HEX triplet: 8C, 90 and BD. RGB value is (140,144,189). Sum of RGB (Red+Green+Blue) = 140+144+189=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90BD is #736F42. Grayscale: #939393. Windows color (decimal): -7565123 or 12423308. OLE color: 12423308.
HSL color Cylindrical-coordinate representation of color #8C90BD: hue angle of 235.1º 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 #8C90BD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 144 | 189 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.26 |
| HSL | 235.1º | 0.27% | 0.65% | - |
| HSV(B) | 235.1º | 0.26% | 0.74% | - |
| XYZ | 29.97 | 29.2 | 52.2 | - |
| YUV | 147.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 189 | 0.26 | 0.24 | 0 | 0.26 | 235.1 | 0.27 | 0.65 |
| Hex | 8C | 90 | BD | 1A | 18 | 0 | 1A | EB | 1B | 41 |
| Octal | 214 | 220 | 275 | 32 | 30 | 0 | 32 | 353 | 33 | 101 |
| Binary | 10001100 | 10010000 | 10111101 | 11010 | 11000 | 0 | 11010 | 11101011 | 11011 | 1000001 |
Color Harmonies of #8C90BD
Complementary color
Monochromatic Colors of #8C90BD
Black with #8C90BD
Text Example
Text Example
White with #8C90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C90BD; }
p { color: rgb(140,144,189); }
H1.HeaderClassName
{
color: #8C90BD;
}
.AnyTagClassName
{
color: #8C90BD;
}
</style>
background-color css
<style>
a { background-color: #8C90BD; }
a { background-color: rgb(140,144,189); }
div.DivClassName
{
background-color: #8C90BD;
}
.BgClassName
{
background-color: #8C90BD;
}
</style>
border-color css
<style>
span { border-color: #8C90BD; }
span { border-color: rgb(140,144,189); }
td.TdClassName
{
border-color: #8C90BD;
}
.TagClassName
{
border-color: #8C90BD;
}
</style>