Shades of Blue Bell #948BCB
Tints of Blue Bell #948BCB
RGB
CMYK
RGB Variations
Color information
#948BCB (or 0x948BCB) is known color: Blue Bell. HEX triplet: 94, 8B and CB. RGB value is (148,139,203). Sum of RGB (Red+Green+Blue) = 148+139+203=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #948BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BCB is #6B7434. Grayscale: #949494. Windows color (decimal): -7042101 or 13339540. OLE color: 13339540.
HSL color Cylindrical-coordinate representation of color #948BCB: hue angle of 248.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948BCB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 139 | 203 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.20 |
| HSL | 248.44º | 0.38% | 0.67% | - |
| HSV(B) | 248.44º | 0.32% | 0.8% | - |
| XYZ | 32.22 | 29.07 | 60.41 | - |
| YUV | 148.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 203 | 0.27 | 0.32 | 0 | 0.20 | 248.44 | 0.38 | 0.67 |
| Hex | 94 | 8B | CB | 1B | 20 | 0 | 14 | F8 | 26 | 43 |
| Octal | 224 | 213 | 313 | 33 | 40 | 0 | 24 | 370 | 46 | 103 |
| Binary | 10010100 | 10001011 | 11001011 | 11011 | 100000 | 0 | 10100 | 11111000 | 100110 | 1000011 |
Color Harmonies of #948BCB
Complementary color
Monochromatic Colors of #948BCB
Black with #948BCB
Text Example
Text Example
White with #948BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BCB; }
p { color: rgb(148,139,203); }
H1.HeaderClassName
{
color: #948BCB;
}
.AnyTagClassName
{
color: #948BCB;
}
</style>
background-color css
<style>
a { background-color: #948BCB; }
a { background-color: rgb(148,139,203); }
div.DivClassName
{
background-color: #948BCB;
}
.BgClassName
{
background-color: #948BCB;
}
</style>
border-color css
<style>
span { border-color: #948BCB; }
span { border-color: rgb(148,139,203); }
td.TdClassName
{
border-color: #948BCB;
}
.TagClassName
{
border-color: #948BCB;
}
</style>