Shades of Blue Bell #948DCC
Tints of Blue Bell #948DCC
RGB
CMYK
RGB Variations
Color information
#948DCC (or 0x948DCC) is known color: Blue Bell. HEX triplet: 94, 8D and CC. RGB value is (148,141,204). Sum of RGB (Red+Green+Blue) = 148+141+204=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #948DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DCC is #6B7233. Grayscale: #969696. Windows color (decimal): -7041588 or 13405588. OLE color: 13405588.
HSL color Cylindrical-coordinate representation of color #948DCC: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948DCC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 141 | 204 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.2 |
| HSL | 246.67º | 0.38% | 0.68% | - |
| HSV(B) | 246.67º | 0.31% | 0.8% | - |
| XYZ | 32.64 | 29.71 | 61.14 | - |
| YUV | 150.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 204 | 0.27 | 0.31 | 0 | 0.2 | 246.67 | 0.38 | 0.68 |
| Hex | 94 | 8D | CC | 1B | 1F | 0 | 14 | F7 | 26 | 44 |
| Octal | 224 | 215 | 314 | 33 | 37 | 0 | 24 | 367 | 46 | 104 |
| Binary | 10010100 | 10001101 | 11001100 | 11011 | 11111 | 0 | 10100 | 11110111 | 100110 | 1000100 |
Color Harmonies of #948DCC
Complementary color
Monochromatic Colors of #948DCC
Black with #948DCC
Text Example
Text Example
White with #948DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DCC; }
p { color: rgb(148,141,204); }
H1.HeaderClassName
{
color: #948DCC;
}
.AnyTagClassName
{
color: #948DCC;
}
</style>
background-color css
<style>
a { background-color: #948DCC; }
a { background-color: rgb(148,141,204); }
div.DivClassName
{
background-color: #948DCC;
}
.BgClassName
{
background-color: #948DCC;
}
</style>
border-color css
<style>
span { border-color: #948DCC; }
span { border-color: rgb(148,141,204); }
td.TdClassName
{
border-color: #948DCC;
}
.TagClassName
{
border-color: #948DCC;
}
</style>