Shades of Blue Bell #918FD5
Tints of Blue Bell #918FD5
RGB
CMYK
RGB Variations
Color information
#918FD5 (or 0x918FD5) is known color: Blue Bell. HEX triplet: 91, 8F and D5. RGB value is (145,143,213). Sum of RGB (Red+Green+Blue) = 145+143+213=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #918FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FD5 is #6E702A. Grayscale: #979797. Windows color (decimal): -7237675 or 13995921. OLE color: 13995921.
HSL color Cylindrical-coordinate representation of color #918FD5: hue angle of 241.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918FD5 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 143 | 213 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.16 |
| HSL | 241.71º | 0.45% | 0.7% | - |
| HSV(B) | 241.71º | 0.33% | 0.84% | - |
| XYZ | 33.51 | 30.47 | 67.07 | - |
| YUV | 151.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 213 | 0.32 | 0.33 | 0 | 0.16 | 241.71 | 0.45 | 0.7 |
| Hex | 91 | 8F | D5 | 20 | 21 | 0 | 10 | F2 | 2D | 46 |
| Octal | 221 | 217 | 325 | 40 | 41 | 0 | 20 | 362 | 55 | 106 |
| Binary | 10010001 | 10001111 | 11010101 | 100000 | 100001 | 0 | 10000 | 11110010 | 101101 | 1000110 |
Color Harmonies of #918FD5
Complementary color
Monochromatic Colors of #918FD5
Black with #918FD5
Text Example
Text Example
White with #918FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FD5; }
p { color: rgb(145,143,213); }
H1.HeaderClassName
{
color: #918FD5;
}
.AnyTagClassName
{
color: #918FD5;
}
</style>
background-color css
<style>
a { background-color: #918FD5; }
a { background-color: rgb(145,143,213); }
div.DivClassName
{
background-color: #918FD5;
}
.BgClassName
{
background-color: #918FD5;
}
</style>
border-color css
<style>
span { border-color: #918FD5; }
span { border-color: rgb(145,143,213); }
td.TdClassName
{
border-color: #918FD5;
}
.TagClassName
{
border-color: #918FD5;
}
</style>