Shades of Blue Bell #8D90BE
Tints of Blue Bell #8D90BE
RGB
CMYK
RGB Variations
Color information
#8D90BE (or 0x8D90BE) is known color: Blue Bell. HEX triplet: 8D, 90 and BE. RGB value is (141,144,190). Sum of RGB (Red+Green+Blue) = 141+144+190=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90BE is #726F41. Grayscale: #949494. Windows color (decimal): -7499586 or 12488845. OLE color: 12488845.
HSL color Cylindrical-coordinate representation of color #8D90BE: hue angle of 236.33º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D90BE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 144 | 190 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.25 |
| HSL | 236.33º | 0.27% | 0.65% | - |
| HSV(B) | 236.33º | 0.26% | 0.75% | - |
| XYZ | 30.25 | 29.33 | 52.78 | - |
| YUV | 148.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 190 | 0.26 | 0.24 | 0 | 0.25 | 236.33 | 0.27 | 0.65 |
| Hex | 8D | 90 | BE | 1A | 18 | 0 | 19 | EC | 1B | 41 |
| Octal | 215 | 220 | 276 | 32 | 30 | 0 | 31 | 354 | 33 | 101 |
| Binary | 10001101 | 10010000 | 10111110 | 11010 | 11000 | 0 | 11001 | 11101100 | 11011 | 1000001 |
Color Harmonies of #8D90BE
Complementary color
Monochromatic Colors of #8D90BE
Black with #8D90BE
Text Example
Text Example
White with #8D90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90BE; }
p { color: rgb(141,144,190); }
H1.HeaderClassName
{
color: #8D90BE;
}
.AnyTagClassName
{
color: #8D90BE;
}
</style>
background-color css
<style>
a { background-color: #8D90BE; }
a { background-color: rgb(141,144,190); }
div.DivClassName
{
background-color: #8D90BE;
}
.BgClassName
{
background-color: #8D90BE;
}
</style>
border-color css
<style>
span { border-color: #8D90BE; }
span { border-color: rgb(141,144,190); }
td.TdClassName
{
border-color: #8D90BE;
}
.TagClassName
{
border-color: #8D90BE;
}
</style>