Shades of Blue Bell #948DDC
Tints of Blue Bell #948DDC
RGB
CMYK
RGB Variations
Color information
#948DDC (or 0x948DDC) is known color: Blue Bell. HEX triplet: 94, 8D and DC. RGB value is (148,141,220). Sum of RGB (Red+Green+Blue) = 148+141+220=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #948DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDC is #6B7223. Grayscale: #979797. Windows color (decimal): -7041572 or 14454164. OLE color: 14454164.
HSL color Cylindrical-coordinate representation of color #948DDC: hue angle of 245.32º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948DDC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 141 | 220 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.14 |
| HSL | 245.32º | 0.53% | 0.71% | - |
| HSV(B) | 245.32º | 0.36% | 0.86% | - |
| XYZ | 34.66 | 30.51 | 71.77 | - |
| YUV | 152.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 220 | 0.33 | 0.36 | 0 | 0.14 | 245.32 | 0.53 | 0.71 |
| Hex | 94 | 8D | DC | 21 | 24 | 0 | E | F5 | 35 | 47 |
| Octal | 224 | 215 | 334 | 41 | 44 | 0 | 16 | 365 | 65 | 107 |
| Binary | 10010100 | 10001101 | 11011100 | 100001 | 100100 | 0 | 1110 | 11110101 | 110101 | 1000111 |
Color Harmonies of #948DDC
Complementary color
Monochromatic Colors of #948DDC
Black with #948DDC
Text Example
Text Example
White with #948DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DDC; }
p { color: rgb(148,141,220); }
H1.HeaderClassName
{
color: #948DDC;
}
.AnyTagClassName
{
color: #948DDC;
}
</style>
background-color css
<style>
a { background-color: #948DDC; }
a { background-color: rgb(148,141,220); }
div.DivClassName
{
background-color: #948DDC;
}
.BgClassName
{
background-color: #948DDC;
}
</style>
border-color css
<style>
span { border-color: #948DDC; }
span { border-color: rgb(148,141,220); }
td.TdClassName
{
border-color: #948DDC;
}
.TagClassName
{
border-color: #948DDC;
}
</style>