Shades of Blue Bell #918FBF
Tints of Blue Bell #918FBF
RGB
CMYK
RGB Variations
Color information
#918FBF (or 0x918FBF) is known color: Blue Bell. HEX triplet: 91, 8F and BF. RGB value is (145,143,191). Sum of RGB (Red+Green+Blue) = 145+143+191=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #918FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FBF is #6E7040. Grayscale: #949494. Windows color (decimal): -7237697 or 12554129. OLE color: 12554129.
HSL color Cylindrical-coordinate representation of color #918FBF: hue angle of 242.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #918FBF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 143 | 191 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.25 |
| HSL | 242.5º | 0.27% | 0.65% | - |
| HSV(B) | 242.5º | 0.25% | 0.75% | - |
| XYZ | 30.9 | 29.43 | 53.34 | - |
| YUV | 149.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 191 | 0.24 | 0.25 | 0 | 0.25 | 242.5 | 0.27 | 0.65 |
| Hex | 91 | 8F | BF | 18 | 19 | 0 | 19 | F2 | 1B | 41 |
| Octal | 221 | 217 | 277 | 30 | 31 | 0 | 31 | 362 | 33 | 101 |
| Binary | 10010001 | 10001111 | 10111111 | 11000 | 11001 | 0 | 11001 | 11110010 | 11011 | 1000001 |
Color Harmonies of #918FBF
Complementary color
Monochromatic Colors of #918FBF
Black with #918FBF
Text Example
Text Example
White with #918FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FBF; }
p { color: rgb(145,143,191); }
H1.HeaderClassName
{
color: #918FBF;
}
.AnyTagClassName
{
color: #918FBF;
}
</style>
background-color css
<style>
a { background-color: #918FBF; }
a { background-color: rgb(145,143,191); }
div.DivClassName
{
background-color: #918FBF;
}
.BgClassName
{
background-color: #918FBF;
}
</style>
border-color css
<style>
span { border-color: #918FBF; }
span { border-color: rgb(145,143,191); }
td.TdClassName
{
border-color: #918FBF;
}
.TagClassName
{
border-color: #918FBF;
}
</style>