Shades of Blue Bell #8D91CA
Tints of Blue Bell #8D91CA
RGB
CMYK
RGB Variations
Color information
#8D91CA (or 0x8D91CA) is known color: Blue Bell. HEX triplet: 8D, 91 and CA. RGB value is (141,145,202). Sum of RGB (Red+Green+Blue) = 141+145+202=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91CA is #726E35. Grayscale: #969696. Windows color (decimal): -7499318 or 13275533. OLE color: 13275533.
HSL color Cylindrical-coordinate representation of color #8D91CA: hue angle of 236.07º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D91CA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 145 | 202 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.21 |
| HSL | 236.07º | 0.37% | 0.67% | - |
| HSV(B) | 236.07º | 0.3% | 0.79% | - |
| XYZ | 31.77 | 30.18 | 60.03 | - |
| YUV | 150.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 202 | 0.30 | 0.28 | 0 | 0.21 | 236.07 | 0.37 | 0.67 |
| Hex | 8D | 91 | CA | 1E | 1C | 0 | 15 | EC | 25 | 43 |
| Octal | 215 | 221 | 312 | 36 | 34 | 0 | 25 | 354 | 45 | 103 |
| Binary | 10001101 | 10010001 | 11001010 | 11110 | 11100 | 0 | 10101 | 11101100 | 100101 | 1000011 |
Color Harmonies of #8D91CA
Complementary color
Monochromatic Colors of #8D91CA
Black with #8D91CA
Text Example
Text Example
White with #8D91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91CA; }
p { color: rgb(141,145,202); }
H1.HeaderClassName
{
color: #8D91CA;
}
.AnyTagClassName
{
color: #8D91CA;
}
</style>
background-color css
<style>
a { background-color: #8D91CA; }
a { background-color: rgb(141,145,202); }
div.DivClassName
{
background-color: #8D91CA;
}
.BgClassName
{
background-color: #8D91CA;
}
</style>
border-color css
<style>
span { border-color: #8D91CA; }
span { border-color: rgb(141,145,202); }
td.TdClassName
{
border-color: #8D91CA;
}
.TagClassName
{
border-color: #8D91CA;
}
</style>