Shades of Blue Bell #908BCF
Tints of Blue Bell #908BCF
RGB
CMYK
RGB Variations
Color information
#908BCF (or 0x908BCF) is known color: Blue Bell. HEX triplet: 90, 8B and CF. RGB value is (144,139,207). Sum of RGB (Red+Green+Blue) = 144+139+207=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #908BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BCF is #6F7430. Grayscale: #939393. Windows color (decimal): -7304241 or 13601680. OLE color: 13601680.
HSL color Cylindrical-coordinate representation of color #908BCF: hue angle of 244.41º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908BCF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 139 | 207 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.19 |
| HSL | 244.41º | 0.41% | 0.68% | - |
| HSV(B) | 244.41º | 0.33% | 0.81% | - |
| XYZ | 32 | 28.9 | 62.92 | - |
| YUV | 148.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 207 | 0.30 | 0.33 | 0 | 0.19 | 244.41 | 0.41 | 0.68 |
| Hex | 90 | 8B | CF | 1E | 21 | 0 | 13 | F4 | 29 | 44 |
| Octal | 220 | 213 | 317 | 36 | 41 | 0 | 23 | 364 | 51 | 104 |
| Binary | 10010000 | 10001011 | 11001111 | 11110 | 100001 | 0 | 10011 | 11110100 | 101001 | 1000100 |
Color Harmonies of #908BCF
Complementary color
Monochromatic Colors of #908BCF
Black with #908BCF
Text Example
Text Example
White with #908BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BCF; }
p { color: rgb(144,139,207); }
H1.HeaderClassName
{
color: #908BCF;
}
.AnyTagClassName
{
color: #908BCF;
}
</style>
background-color css
<style>
a { background-color: #908BCF; }
a { background-color: rgb(144,139,207); }
div.DivClassName
{
background-color: #908BCF;
}
.BgClassName
{
background-color: #908BCF;
}
</style>
border-color css
<style>
span { border-color: #908BCF; }
span { border-color: rgb(144,139,207); }
td.TdClassName
{
border-color: #908BCF;
}
.TagClassName
{
border-color: #908BCF;
}
</style>