Shades of Blue Bell #918DCB
Tints of Blue Bell #918DCB
RGB
CMYK
RGB Variations
Color information
#918DCB (or 0x918DCB) is known color: Blue Bell. HEX triplet: 91, 8D and CB. RGB value is (145,141,203). Sum of RGB (Red+Green+Blue) = 145+141+203=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #918DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DCB is #6E7234. Grayscale: #959595. Windows color (decimal): -7238197 or 13340049. OLE color: 13340049.
HSL color Cylindrical-coordinate representation of color #918DCB: hue angle of 243.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918DCB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 141 | 203 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.20 |
| HSL | 243.87º | 0.37% | 0.67% | - |
| HSV(B) | 243.87º | 0.31% | 0.8% | - |
| XYZ | 31.98 | 29.38 | 60.49 | - |
| YUV | 149.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 203 | 0.29 | 0.31 | 0 | 0.20 | 243.87 | 0.37 | 0.67 |
| Hex | 91 | 8D | CB | 1D | 1F | 0 | 14 | F4 | 25 | 43 |
| Octal | 221 | 215 | 313 | 35 | 37 | 0 | 24 | 364 | 45 | 103 |
| Binary | 10010001 | 10001101 | 11001011 | 11101 | 11111 | 0 | 10100 | 11110100 | 100101 | 1000011 |
Color Harmonies of #918DCB
Complementary color
Monochromatic Colors of #918DCB
Black with #918DCB
Text Example
Text Example
White with #918DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DCB; }
p { color: rgb(145,141,203); }
H1.HeaderClassName
{
color: #918DCB;
}
.AnyTagClassName
{
color: #918DCB;
}
</style>
background-color css
<style>
a { background-color: #918DCB; }
a { background-color: rgb(145,141,203); }
div.DivClassName
{
background-color: #918DCB;
}
.BgClassName
{
background-color: #918DCB;
}
</style>
border-color css
<style>
span { border-color: #918DCB; }
span { border-color: rgb(145,141,203); }
td.TdClassName
{
border-color: #918DCB;
}
.TagClassName
{
border-color: #918DCB;
}
</style>