Shades of Blue Bell #948CDF
Tints of Blue Bell #948CDF
RGB
CMYK
RGB Variations
Color information
#948CDF (or 0x948CDF) is known color: Blue Bell. HEX triplet: 94, 8C and DF. RGB value is (148,140,223). Sum of RGB (Red+Green+Blue) = 148+140+223=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #948CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CDF is #6B7320. Grayscale: #979797. Windows color (decimal): -7041825 or 14650516. OLE color: 14650516.
HSL color Cylindrical-coordinate representation of color #948CDF: hue angle of 245.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948CDF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 140 | 223 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.13 |
| HSL | 245.78º | 0.56% | 0.71% | - |
| HSV(B) | 245.78º | 0.37% | 0.87% | - |
| XYZ | 34.91 | 30.38 | 73.84 | - |
| YUV | 151.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 223 | 0.34 | 0.37 | 0 | 0.13 | 245.78 | 0.56 | 0.71 |
| Hex | 94 | 8C | DF | 22 | 25 | 0 | D | F6 | 38 | 47 |
| Octal | 224 | 214 | 337 | 42 | 45 | 0 | 15 | 366 | 70 | 107 |
| Binary | 10010100 | 10001100 | 11011111 | 100010 | 100101 | 0 | 1101 | 11110110 | 111000 | 1000111 |
Color Harmonies of #948CDF
Complementary color
Monochromatic Colors of #948CDF
Black with #948CDF
Text Example
Text Example
White with #948CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CDF; }
p { color: rgb(148,140,223); }
H1.HeaderClassName
{
color: #948CDF;
}
.AnyTagClassName
{
color: #948CDF;
}
</style>
background-color css
<style>
a { background-color: #948CDF; }
a { background-color: rgb(148,140,223); }
div.DivClassName
{
background-color: #948CDF;
}
.BgClassName
{
background-color: #948CDF;
}
</style>
border-color css
<style>
span { border-color: #948CDF; }
span { border-color: rgb(148,140,223); }
td.TdClassName
{
border-color: #948CDF;
}
.TagClassName
{
border-color: #948CDF;
}
</style>