Shades of Blue Bell #908BDC
Tints of Blue Bell #908BDC
RGB
CMYK
RGB Variations
Color information
#908BDC (or 0x908BDC) is known color: Blue Bell. HEX triplet: 90, 8B and DC. RGB value is (144,139,220). Sum of RGB (Red+Green+Blue) = 144+139+220=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #908BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BDC is #6F7423. Grayscale: #959595. Windows color (decimal): -7304228 or 14453648. OLE color: 14453648.
HSL color Cylindrical-coordinate representation of color #908BDC: hue angle of 243.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908BDC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 139 | 220 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.14 |
| HSL | 243.7º | 0.54% | 0.7% | - |
| HSV(B) | 243.7º | 0.37% | 0.86% | - |
| XYZ | 33.65 | 29.56 | 71.64 | - |
| YUV | 149.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 220 | 0.35 | 0.37 | 0 | 0.14 | 243.7 | 0.54 | 0.7 |
| Hex | 90 | 8B | DC | 23 | 25 | 0 | E | F4 | 36 | 46 |
| Octal | 220 | 213 | 334 | 43 | 45 | 0 | 16 | 364 | 66 | 106 |
| Binary | 10010000 | 10001011 | 11011100 | 100011 | 100101 | 0 | 1110 | 11110100 | 110110 | 1000110 |
Color Harmonies of #908BDC
Complementary color
Monochromatic Colors of #908BDC
Black with #908BDC
Text Example
Text Example
White with #908BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BDC; }
p { color: rgb(144,139,220); }
H1.HeaderClassName
{
color: #908BDC;
}
.AnyTagClassName
{
color: #908BDC;
}
</style>
background-color css
<style>
a { background-color: #908BDC; }
a { background-color: rgb(144,139,220); }
div.DivClassName
{
background-color: #908BDC;
}
.BgClassName
{
background-color: #908BDC;
}
</style>
border-color css
<style>
span { border-color: #908BDC; }
span { border-color: rgb(144,139,220); }
td.TdClassName
{
border-color: #908BDC;
}
.TagClassName
{
border-color: #908BDC;
}
</style>