Shades of Blue Bell #948ECF
Tints of Blue Bell #948ECF
RGB
CMYK
RGB Variations
Color information
#948ECF (or 0x948ECF) is known color: Blue Bell. HEX triplet: 94, 8E and CF. RGB value is (148,142,207). Sum of RGB (Red+Green+Blue) = 148+142+207=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #948ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ECF is #6B7130. Grayscale: #969696. Windows color (decimal): -7041329 or 13602452. OLE color: 13602452.
HSL color Cylindrical-coordinate representation of color #948ECF: hue angle of 245.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948ECF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 142 | 207 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.19 |
| HSL | 245.54º | 0.4% | 0.68% | - |
| HSV(B) | 245.54º | 0.31% | 0.81% | - |
| XYZ | 33.15 | 30.15 | 63.1 | - |
| YUV | 151.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 207 | 0.29 | 0.31 | 0 | 0.19 | 245.54 | 0.4 | 0.68 |
| Hex | 94 | 8E | CF | 1D | 1F | 0 | 13 | F6 | 28 | 44 |
| Octal | 224 | 216 | 317 | 35 | 37 | 0 | 23 | 366 | 50 | 104 |
| Binary | 10010100 | 10001110 | 11001111 | 11101 | 11111 | 0 | 10011 | 11110110 | 101000 | 1000100 |
Color Harmonies of #948ECF
Complementary color
Monochromatic Colors of #948ECF
Black with #948ECF
Text Example
Text Example
White with #948ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ECF; }
p { color: rgb(148,142,207); }
H1.HeaderClassName
{
color: #948ECF;
}
.AnyTagClassName
{
color: #948ECF;
}
</style>
background-color css
<style>
a { background-color: #948ECF; }
a { background-color: rgb(148,142,207); }
div.DivClassName
{
background-color: #948ECF;
}
.BgClassName
{
background-color: #948ECF;
}
</style>
border-color css
<style>
span { border-color: #948ECF; }
span { border-color: rgb(148,142,207); }
td.TdClassName
{
border-color: #948ECF;
}
.TagClassName
{
border-color: #948ECF;
}
</style>