Shades of Blue Bell #948DCE
Tints of Blue Bell #948DCE
RGB
CMYK
RGB Variations
Color information
#948DCE (or 0x948DCE) is known color: Blue Bell. HEX triplet: 94, 8D and CE. RGB value is (148,141,206). Sum of RGB (Red+Green+Blue) = 148+141+206=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #948DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DCE is #6B7231. Grayscale: #969696. Windows color (decimal): -7041586 or 13536660. OLE color: 13536660.
HSL color Cylindrical-coordinate representation of color #948DCE: hue angle of 246.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948DCE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 141 | 206 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.19 |
| HSL | 246.46º | 0.4% | 0.68% | - |
| HSV(B) | 246.46º | 0.32% | 0.81% | - |
| XYZ | 32.88 | 29.8 | 62.41 | - |
| YUV | 150.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 206 | 0.28 | 0.32 | 0 | 0.19 | 246.46 | 0.4 | 0.68 |
| Hex | 94 | 8D | CE | 1C | 20 | 0 | 13 | F6 | 28 | 44 |
| Octal | 224 | 215 | 316 | 34 | 40 | 0 | 23 | 366 | 50 | 104 |
| Binary | 10010100 | 10001101 | 11001110 | 11100 | 100000 | 0 | 10011 | 11110110 | 101000 | 1000100 |
Color Harmonies of #948DCE
Complementary color
Monochromatic Colors of #948DCE
Black with #948DCE
Text Example
Text Example
White with #948DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DCE; }
p { color: rgb(148,141,206); }
H1.HeaderClassName
{
color: #948DCE;
}
.AnyTagClassName
{
color: #948DCE;
}
</style>
background-color css
<style>
a { background-color: #948DCE; }
a { background-color: rgb(148,141,206); }
div.DivClassName
{
background-color: #948DCE;
}
.BgClassName
{
background-color: #948DCE;
}
</style>
border-color css
<style>
span { border-color: #948DCE; }
span { border-color: rgb(148,141,206); }
td.TdClassName
{
border-color: #948DCE;
}
.TagClassName
{
border-color: #948DCE;
}
</style>