Shades of Blue Bell #948FDF
Tints of Blue Bell #948FDF
RGB
CMYK
RGB Variations
Color information
#948FDF (or 0x948FDF) is known color: Blue Bell. HEX triplet: 94, 8F and DF. RGB value is (148,143,223). Sum of RGB (Red+Green+Blue) = 148+143+223=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #948FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FDF is #6B7020. Grayscale: #999999. Windows color (decimal): -7041057 or 14651284. OLE color: 14651284.
HSL color Cylindrical-coordinate representation of color #948FDF: hue angle of 243.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948FDF is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 143 | 223 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.13 |
| HSL | 243.75º | 0.56% | 0.72% | - |
| HSV(B) | 243.75º | 0.36% | 0.87% | - |
| XYZ | 35.35 | 31.27 | 73.98 | - |
| YUV | 153.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 223 | 0.34 | 0.36 | 0 | 0.13 | 243.75 | 0.56 | 0.72 |
| Hex | 94 | 8F | DF | 22 | 24 | 0 | D | F4 | 38 | 48 |
| Octal | 224 | 217 | 337 | 42 | 44 | 0 | 15 | 364 | 70 | 110 |
| Binary | 10010100 | 10001111 | 11011111 | 100010 | 100100 | 0 | 1101 | 11110100 | 111000 | 1001000 |
Color Harmonies of #948FDF
Complementary color
Monochromatic Colors of #948FDF
Black with #948FDF
Text Example
Text Example
White with #948FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FDF; }
p { color: rgb(148,143,223); }
H1.HeaderClassName
{
color: #948FDF;
}
.AnyTagClassName
{
color: #948FDF;
}
</style>
background-color css
<style>
a { background-color: #948FDF; }
a { background-color: rgb(148,143,223); }
div.DivClassName
{
background-color: #948FDF;
}
.BgClassName
{
background-color: #948FDF;
}
</style>
border-color css
<style>
span { border-color: #948FDF; }
span { border-color: rgb(148,143,223); }
td.TdClassName
{
border-color: #948FDF;
}
.TagClassName
{
border-color: #948FDF;
}
</style>