Shades of Blue Bell #948DE0
Tints of Blue Bell #948DE0
RGB
CMYK
RGB Variations
Color information
#948DE0 (or 0x948DE0) is known color: Blue Bell. HEX triplet: 94, 8D and E0. RGB value is (148,141,224). Sum of RGB (Red+Green+Blue) = 148+141+224=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #948DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DE0 is #6B721F. Grayscale: #989898. Windows color (decimal): -7041568 or 14716308. OLE color: 14716308.
HSL color Cylindrical-coordinate representation of color #948DE0: hue angle of 245.06º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948DE0 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 141 | 224 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.12 |
| HSL | 245.06º | 0.57% | 0.72% | - |
| HSV(B) | 245.06º | 0.37% | 0.88% | - |
| XYZ | 35.19 | 30.73 | 74.6 | - |
| YUV | 152.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 224 | 0.34 | 0.37 | 0 | 0.12 | 245.06 | 0.57 | 0.72 |
| Hex | 94 | 8D | E0 | 22 | 25 | 0 | C | F5 | 39 | 48 |
| Octal | 224 | 215 | 340 | 42 | 45 | 0 | 14 | 365 | 71 | 110 |
| Binary | 10010100 | 10001101 | 11100000 | 100010 | 100101 | 0 | 1100 | 11110101 | 111001 | 1001000 |
Color Harmonies of #948DE0
Complementary color
Monochromatic Colors of #948DE0
Black with #948DE0
Text Example
Text Example
White with #948DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DE0; }
p { color: rgb(148,141,224); }
H1.HeaderClassName
{
color: #948DE0;
}
.AnyTagClassName
{
color: #948DE0;
}
</style>
background-color css
<style>
a { background-color: #948DE0; }
a { background-color: rgb(148,141,224); }
div.DivClassName
{
background-color: #948DE0;
}
.BgClassName
{
background-color: #948DE0;
}
</style>
border-color css
<style>
span { border-color: #948DE0; }
span { border-color: rgb(148,141,224); }
td.TdClassName
{
border-color: #948DE0;
}
.TagClassName
{
border-color: #948DE0;
}
</style>