Shades of Blue Bell #918CD5
Tints of Blue Bell #918CD5
RGB
CMYK
RGB Variations
Color information
#918CD5 (or 0x918CD5) is known color: Blue Bell. HEX triplet: 91, 8C and D5. RGB value is (145,140,213). Sum of RGB (Red+Green+Blue) = 145+140+213=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #918CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CD5 is #6E732A. Grayscale: #959595. Windows color (decimal): -7238443 or 13995153. OLE color: 13995153.
HSL color Cylindrical-coordinate representation of color #918CD5: hue angle of 244.11º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918CD5 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 140 | 213 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.16 |
| HSL | 244.11º | 0.46% | 0.69% | - |
| HSV(B) | 244.11º | 0.34% | 0.84% | - |
| XYZ | 33.07 | 29.58 | 66.92 | - |
| YUV | 149.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 213 | 0.32 | 0.34 | 0 | 0.16 | 244.11 | 0.46 | 0.69 |
| Hex | 91 | 8C | D5 | 20 | 22 | 0 | 10 | F4 | 2E | 45 |
| Octal | 221 | 214 | 325 | 40 | 42 | 0 | 20 | 364 | 56 | 105 |
| Binary | 10010001 | 10001100 | 11010101 | 100000 | 100010 | 0 | 10000 | 11110100 | 101110 | 1000101 |
Color Harmonies of #918CD5
Complementary color
Monochromatic Colors of #918CD5
Black with #918CD5
Text Example
Text Example
White with #918CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CD5; }
p { color: rgb(145,140,213); }
H1.HeaderClassName
{
color: #918CD5;
}
.AnyTagClassName
{
color: #918CD5;
}
</style>
background-color css
<style>
a { background-color: #918CD5; }
a { background-color: rgb(145,140,213); }
div.DivClassName
{
background-color: #918CD5;
}
.BgClassName
{
background-color: #918CD5;
}
</style>
border-color css
<style>
span { border-color: #918CD5; }
span { border-color: rgb(145,140,213); }
td.TdClassName
{
border-color: #918CD5;
}
.TagClassName
{
border-color: #918CD5;
}
</style>