Shades of Blue Bell #948FD1
Tints of Blue Bell #948FD1
RGB
CMYK
RGB Variations
Color information
#948FD1 (or 0x948FD1) is known color: Blue Bell. HEX triplet: 94, 8F and D1. RGB value is (148,143,209). Sum of RGB (Red+Green+Blue) = 148+143+209=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #948FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FD1 is #6B702E. Grayscale: #979797. Windows color (decimal): -7041071 or 13733780. OLE color: 13733780.
HSL color Cylindrical-coordinate representation of color #948FD1: hue angle of 244.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948FD1 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 143 | 209 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.18 |
| HSL | 244.55º | 0.42% | 0.69% | - |
| HSV(B) | 244.55º | 0.32% | 0.82% | - |
| XYZ | 33.54 | 30.54 | 64.45 | - |
| YUV | 152.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 209 | 0.29 | 0.32 | 0 | 0.18 | 244.55 | 0.42 | 0.69 |
| Hex | 94 | 8F | D1 | 1D | 20 | 0 | 12 | F5 | 2A | 45 |
| Octal | 224 | 217 | 321 | 35 | 40 | 0 | 22 | 365 | 52 | 105 |
| Binary | 10010100 | 10001111 | 11010001 | 11101 | 100000 | 0 | 10010 | 11110101 | 101010 | 1000101 |
Color Harmonies of #948FD1
Complementary color
Monochromatic Colors of #948FD1
Black with #948FD1
Text Example
Text Example
White with #948FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FD1; }
p { color: rgb(148,143,209); }
H1.HeaderClassName
{
color: #948FD1;
}
.AnyTagClassName
{
color: #948FD1;
}
</style>
background-color css
<style>
a { background-color: #948FD1; }
a { background-color: rgb(148,143,209); }
div.DivClassName
{
background-color: #948FD1;
}
.BgClassName
{
background-color: #948FD1;
}
</style>
border-color css
<style>
span { border-color: #948FD1; }
span { border-color: rgb(148,143,209); }
td.TdClassName
{
border-color: #948FD1;
}
.TagClassName
{
border-color: #948FD1;
}
</style>