Shades of Blue Bell #948DCA
Tints of Blue Bell #948DCA
RGB
CMYK
RGB Variations
Color information
#948DCA (or 0x948DCA) is known color: Blue Bell. HEX triplet: 94, 8D and CA. RGB value is (148,141,202). Sum of RGB (Red+Green+Blue) = 148+141+202=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #948DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DCA is #6B7235. Grayscale: #959595. Windows color (decimal): -7041590 or 13274516. OLE color: 13274516.
HSL color Cylindrical-coordinate representation of color #948DCA: hue angle of 246.89º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948DCA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 141 | 202 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.21 |
| HSL | 246.89º | 0.37% | 0.67% | - |
| HSV(B) | 246.89º | 0.3% | 0.79% | - |
| XYZ | 32.4 | 29.61 | 59.88 | - |
| YUV | 150.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 202 | 0.27 | 0.30 | 0 | 0.21 | 246.89 | 0.37 | 0.67 |
| Hex | 94 | 8D | CA | 1B | 1E | 0 | 15 | F7 | 25 | 43 |
| Octal | 224 | 215 | 312 | 33 | 36 | 0 | 25 | 367 | 45 | 103 |
| Binary | 10010100 | 10001101 | 11001010 | 11011 | 11110 | 0 | 10101 | 11110111 | 100101 | 1000011 |
Color Harmonies of #948DCA
Complementary color
Monochromatic Colors of #948DCA
Black with #948DCA
Text Example
Text Example
White with #948DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DCA; }
p { color: rgb(148,141,202); }
H1.HeaderClassName
{
color: #948DCA;
}
.AnyTagClassName
{
color: #948DCA;
}
</style>
background-color css
<style>
a { background-color: #948DCA; }
a { background-color: rgb(148,141,202); }
div.DivClassName
{
background-color: #948DCA;
}
.BgClassName
{
background-color: #948DCA;
}
</style>
border-color css
<style>
span { border-color: #948DCA; }
span { border-color: rgb(148,141,202); }
td.TdClassName
{
border-color: #948DCA;
}
.TagClassName
{
border-color: #948DCA;
}
</style>