Shades of Blue Bell #948CE1
Tints of Blue Bell #948CE1
RGB
CMYK
RGB Variations
Color information
#948CE1 (or 0x948CE1) is known color: Blue Bell. HEX triplet: 94, 8C and E1. RGB value is (148,140,225). Sum of RGB (Red+Green+Blue) = 148+140+225=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #948CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CE1 is #6B731E. Grayscale: #979797. Windows color (decimal): -7041823 or 14781588. OLE color: 14781588.
HSL color Cylindrical-coordinate representation of color #948CE1: hue angle of 245.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948CE1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 140 | 225 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.12 |
| HSL | 245.65º | 0.59% | 0.72% | - |
| HSV(B) | 245.65º | 0.38% | 0.88% | - |
| XYZ | 35.18 | 30.49 | 75.26 | - |
| YUV | 152.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 225 | 0.34 | 0.38 | 0 | 0.12 | 245.65 | 0.59 | 0.72 |
| Hex | 94 | 8C | E1 | 22 | 26 | 0 | C | F6 | 3B | 48 |
| Octal | 224 | 214 | 341 | 42 | 46 | 0 | 14 | 366 | 73 | 110 |
| Binary | 10010100 | 10001100 | 11100001 | 100010 | 100110 | 0 | 1100 | 11110110 | 111011 | 1001000 |
Color Harmonies of #948CE1
Complementary color
Monochromatic Colors of #948CE1
Black with #948CE1
Text Example
Text Example
White with #948CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CE1; }
p { color: rgb(148,140,225); }
H1.HeaderClassName
{
color: #948CE1;
}
.AnyTagClassName
{
color: #948CE1;
}
</style>
background-color css
<style>
a { background-color: #948CE1; }
a { background-color: rgb(148,140,225); }
div.DivClassName
{
background-color: #948CE1;
}
.BgClassName
{
background-color: #948CE1;
}
</style>
border-color css
<style>
span { border-color: #948CE1; }
span { border-color: rgb(148,140,225); }
td.TdClassName
{
border-color: #948CE1;
}
.TagClassName
{
border-color: #948CE1;
}
</style>