Shades of Blue Bell #948BD6
Tints of Blue Bell #948BD6
RGB
CMYK
RGB Variations
Color information
#948BD6 (or 0x948BD6) is known color: Blue Bell. HEX triplet: 94, 8B and D6. RGB value is (148,139,214). Sum of RGB (Red+Green+Blue) = 148+139+214=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #948BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BD6 is #6B7429. Grayscale: #959595. Windows color (decimal): -7042090 or 14060436. OLE color: 14060436.
HSL color Cylindrical-coordinate representation of color #948BD6: hue angle of 247.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948BD6 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 139 | 214 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.16 |
| HSL | 247.2º | 0.48% | 0.69% | - |
| HSV(B) | 247.2º | 0.35% | 0.84% | - |
| XYZ | 33.58 | 29.62 | 67.56 | - |
| YUV | 150.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 214 | 0.31 | 0.35 | 0 | 0.16 | 247.2 | 0.48 | 0.69 |
| Hex | 94 | 8B | D6 | 1F | 23 | 0 | 10 | F7 | 30 | 45 |
| Octal | 224 | 213 | 326 | 37 | 43 | 0 | 20 | 367 | 60 | 105 |
| Binary | 10010100 | 10001011 | 11010110 | 11111 | 100011 | 0 | 10000 | 11110111 | 110000 | 1000101 |
Color Harmonies of #948BD6
Complementary color
Monochromatic Colors of #948BD6
Black with #948BD6
Text Example
Text Example
White with #948BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BD6; }
p { color: rgb(148,139,214); }
H1.HeaderClassName
{
color: #948BD6;
}
.AnyTagClassName
{
color: #948BD6;
}
</style>
background-color css
<style>
a { background-color: #948BD6; }
a { background-color: rgb(148,139,214); }
div.DivClassName
{
background-color: #948BD6;
}
.BgClassName
{
background-color: #948BD6;
}
</style>
border-color css
<style>
span { border-color: #948BD6; }
span { border-color: rgb(148,139,214); }
td.TdClassName
{
border-color: #948BD6;
}
.TagClassName
{
border-color: #948BD6;
}
</style>