Shades of Blue Bell #948BDD
Tints of Blue Bell #948BDD
RGB
CMYK
RGB Variations
Color information
#948BDD (or 0x948BDD) is known color: Blue Bell. HEX triplet: 94, 8B and DD. RGB value is (148,139,221). Sum of RGB (Red+Green+Blue) = 148+139+221=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #948BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BDD is #6B7422. Grayscale: #969696. Windows color (decimal): -7042083 or 14519188. OLE color: 14519188.
HSL color Cylindrical-coordinate representation of color #948BDD: hue angle of 246.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948BDD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 139 | 221 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.13 |
| HSL | 246.59º | 0.55% | 0.71% | - |
| HSV(B) | 246.59º | 0.37% | 0.87% | - |
| XYZ | 34.5 | 29.98 | 72.38 | - |
| YUV | 151.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 221 | 0.33 | 0.37 | 0 | 0.13 | 246.59 | 0.55 | 0.71 |
| Hex | 94 | 8B | DD | 21 | 25 | 0 | D | F7 | 37 | 47 |
| Octal | 224 | 213 | 335 | 41 | 45 | 0 | 15 | 367 | 67 | 107 |
| Binary | 10010100 | 10001011 | 11011101 | 100001 | 100101 | 0 | 1101 | 11110111 | 110111 | 1000111 |
Color Harmonies of #948BDD
Complementary color
Monochromatic Colors of #948BDD
Black with #948BDD
Text Example
Text Example
White with #948BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BDD; }
p { color: rgb(148,139,221); }
H1.HeaderClassName
{
color: #948BDD;
}
.AnyTagClassName
{
color: #948BDD;
}
</style>
background-color css
<style>
a { background-color: #948BDD; }
a { background-color: rgb(148,139,221); }
div.DivClassName
{
background-color: #948BDD;
}
.BgClassName
{
background-color: #948BDD;
}
</style>
border-color css
<style>
span { border-color: #948BDD; }
span { border-color: rgb(148,139,221); }
td.TdClassName
{
border-color: #948BDD;
}
.TagClassName
{
border-color: #948BDD;
}
</style>