Shades of Blue Bell #908DCB
Tints of Blue Bell #908DCB
RGB
CMYK
RGB Variations
Color information
#908DCB (or 0x908DCB) is known color: Blue Bell. HEX triplet: 90, 8D and CB. RGB value is (144,141,203). Sum of RGB (Red+Green+Blue) = 144+141+203=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #908DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DCB is #6F7234. Grayscale: #949494. Windows color (decimal): -7303733 or 13340048. OLE color: 13340048.
HSL color Cylindrical-coordinate representation of color #908DCB: hue angle of 242.9º 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 #908DCB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 141 | 203 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.20 |
| HSL | 242.9º | 0.37% | 0.67% | - |
| HSV(B) | 242.9º | 0.31% | 0.8% | - |
| XYZ | 31.81 | 29.29 | 60.48 | - |
| YUV | 148.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 203 | 0.29 | 0.31 | 0 | 0.20 | 242.9 | 0.37 | 0.67 |
| Hex | 90 | 8D | CB | 1D | 1F | 0 | 14 | F3 | 25 | 43 |
| Octal | 220 | 215 | 313 | 35 | 37 | 0 | 24 | 363 | 45 | 103 |
| Binary | 10010000 | 10001101 | 11001011 | 11101 | 11111 | 0 | 10100 | 11110011 | 100101 | 1000011 |
Color Harmonies of #908DCB
Complementary color
Monochromatic Colors of #908DCB
Black with #908DCB
Text Example
Text Example
White with #908DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DCB; }
p { color: rgb(144,141,203); }
H1.HeaderClassName
{
color: #908DCB;
}
.AnyTagClassName
{
color: #908DCB;
}
</style>
background-color css
<style>
a { background-color: #908DCB; }
a { background-color: rgb(144,141,203); }
div.DivClassName
{
background-color: #908DCB;
}
.BgClassName
{
background-color: #908DCB;
}
</style>
border-color css
<style>
span { border-color: #908DCB; }
span { border-color: rgb(144,141,203); }
td.TdClassName
{
border-color: #908DCB;
}
.TagClassName
{
border-color: #908DCB;
}
</style>