Shades of Blue Bell #918FCB
Tints of Blue Bell #918FCB
RGB
CMYK
RGB Variations
Color information
#918FCB (or 0x918FCB) is known color: Blue Bell. HEX triplet: 91, 8F and CB. RGB value is (145,143,203). Sum of RGB (Red+Green+Blue) = 145+143+203=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #918FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FCB is #6E7034. Grayscale: #969696. Windows color (decimal): -7237685 or 13340561. OLE color: 13340561.
HSL color Cylindrical-coordinate representation of color #918FCB: hue angle of 242º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918FCB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 143 | 203 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.20 |
| HSL | 242º | 0.37% | 0.68% | - |
| HSV(B) | 242º | 0.3% | 0.8% | - |
| XYZ | 32.28 | 29.98 | 60.58 | - |
| YUV | 150.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 203 | 0.29 | 0.30 | 0 | 0.20 | 242 | 0.37 | 0.68 |
| Hex | 91 | 8F | CB | 1D | 1E | 0 | 14 | F2 | 25 | 44 |
| Octal | 221 | 217 | 313 | 35 | 36 | 0 | 24 | 362 | 45 | 104 |
| Binary | 10010001 | 10001111 | 11001011 | 11101 | 11110 | 0 | 10100 | 11110010 | 100101 | 1000100 |
Color Harmonies of #918FCB
Complementary color
Monochromatic Colors of #918FCB
Black with #918FCB
Text Example
Text Example
White with #918FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FCB; }
p { color: rgb(145,143,203); }
H1.HeaderClassName
{
color: #918FCB;
}
.AnyTagClassName
{
color: #918FCB;
}
</style>
background-color css
<style>
a { background-color: #918FCB; }
a { background-color: rgb(145,143,203); }
div.DivClassName
{
background-color: #918FCB;
}
.BgClassName
{
background-color: #918FCB;
}
</style>
border-color css
<style>
span { border-color: #918FCB; }
span { border-color: rgb(145,143,203); }
td.TdClassName
{
border-color: #918FCB;
}
.TagClassName
{
border-color: #918FCB;
}
</style>