Shades of Blue Bell #948FCE
Tints of Blue Bell #948FCE
RGB
CMYK
RGB Variations
Color information
#948FCE (or 0x948FCE) is known color: Blue Bell. HEX triplet: 94, 8F and CE. RGB value is (148,143,206). Sum of RGB (Red+Green+Blue) = 148+143+206=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #948FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FCE is #6B7031. Grayscale: #979797. Windows color (decimal): -7041074 or 13537172. OLE color: 13537172.
HSL color Cylindrical-coordinate representation of color #948FCE: hue angle of 244.76º degrees, saturation: 0.39, 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 #948FCE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 143 | 206 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.19 |
| HSL | 244.76º | 0.39% | 0.68% | - |
| HSV(B) | 244.76º | 0.31% | 0.81% | - |
| XYZ | 33.18 | 30.4 | 62.51 | - |
| YUV | 151.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 206 | 0.28 | 0.31 | 0 | 0.19 | 244.76 | 0.39 | 0.68 |
| Hex | 94 | 8F | CE | 1C | 1F | 0 | 13 | F5 | 27 | 44 |
| Octal | 224 | 217 | 316 | 34 | 37 | 0 | 23 | 365 | 47 | 104 |
| Binary | 10010100 | 10001111 | 11001110 | 11100 | 11111 | 0 | 10011 | 11110101 | 100111 | 1000100 |
Color Harmonies of #948FCE
Complementary color
Monochromatic Colors of #948FCE
Black with #948FCE
Text Example
Text Example
White with #948FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FCE; }
p { color: rgb(148,143,206); }
H1.HeaderClassName
{
color: #948FCE;
}
.AnyTagClassName
{
color: #948FCE;
}
</style>
background-color css
<style>
a { background-color: #948FCE; }
a { background-color: rgb(148,143,206); }
div.DivClassName
{
background-color: #948FCE;
}
.BgClassName
{
background-color: #948FCE;
}
</style>
border-color css
<style>
span { border-color: #948FCE; }
span { border-color: rgb(148,143,206); }
td.TdClassName
{
border-color: #948FCE;
}
.TagClassName
{
border-color: #948FCE;
}
</style>