Shades of Blue Bell #908ECF
Tints of Blue Bell #908ECF
RGB
CMYK
RGB Variations
Color information
#908ECF (or 0x908ECF) is known color: Blue Bell. HEX triplet: 90, 8E and CF. RGB value is (144,142,207). Sum of RGB (Red+Green+Blue) = 144+142+207=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #908ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ECF is #6F7130. Grayscale: #959595. Windows color (decimal): -7303473 or 13602448. OLE color: 13602448.
HSL color Cylindrical-coordinate representation of color #908ECF: hue angle of 241.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908ECF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 142 | 207 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.19 |
| HSL | 241.85º | 0.4% | 0.68% | - |
| HSV(B) | 241.85º | 0.31% | 0.81% | - |
| XYZ | 32.44 | 29.78 | 63.07 | - |
| YUV | 150.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 207 | 0.30 | 0.31 | 0 | 0.19 | 241.85 | 0.4 | 0.68 |
| Hex | 90 | 8E | CF | 1E | 1F | 0 | 13 | F2 | 28 | 44 |
| Octal | 220 | 216 | 317 | 36 | 37 | 0 | 23 | 362 | 50 | 104 |
| Binary | 10010000 | 10001110 | 11001111 | 11110 | 11111 | 0 | 10011 | 11110010 | 101000 | 1000100 |
Color Harmonies of #908ECF
Complementary color
Monochromatic Colors of #908ECF
Black with #908ECF
Text Example
Text Example
White with #908ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ECF; }
p { color: rgb(144,142,207); }
H1.HeaderClassName
{
color: #908ECF;
}
.AnyTagClassName
{
color: #908ECF;
}
</style>
background-color css
<style>
a { background-color: #908ECF; }
a { background-color: rgb(144,142,207); }
div.DivClassName
{
background-color: #908ECF;
}
.BgClassName
{
background-color: #908ECF;
}
</style>
border-color css
<style>
span { border-color: #908ECF; }
span { border-color: rgb(144,142,207); }
td.TdClassName
{
border-color: #908ECF;
}
.TagClassName
{
border-color: #908ECF;
}
</style>