Shades of Blue Bell #948FC1
Tints of Blue Bell #948FC1
RGB
CMYK
RGB Variations
Color information
#948FC1 (or 0x948FC1) is known color: Blue Bell. HEX triplet: 94, 8F and C1. RGB value is (148,143,193). Sum of RGB (Red+Green+Blue) = 148+143+193=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #948FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FC1 is #6B703E. Grayscale: #959595. Windows color (decimal): -7041087 or 12685204. OLE color: 12685204.
HSL color Cylindrical-coordinate representation of color #948FC1: hue angle of 246º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948FC1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 143 | 193 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.24 |
| HSL | 246º | 0.29% | 0.66% | - |
| HSV(B) | 246º | 0.26% | 0.76% | - |
| XYZ | 31.66 | 29.79 | 54.53 | - |
| YUV | 150.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 193 | 0.23 | 0.26 | 0 | 0.24 | 246 | 0.29 | 0.66 |
| Hex | 94 | 8F | C1 | 17 | 1A | 0 | 18 | F6 | 1D | 42 |
| Octal | 224 | 217 | 301 | 27 | 32 | 0 | 30 | 366 | 35 | 102 |
| Binary | 10010100 | 10001111 | 11000001 | 10111 | 11010 | 0 | 11000 | 11110110 | 11101 | 1000010 |
Color Harmonies of #948FC1
Complementary color
Monochromatic Colors of #948FC1
Black with #948FC1
Text Example
Text Example
White with #948FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FC1; }
p { color: rgb(148,143,193); }
H1.HeaderClassName
{
color: #948FC1;
}
.AnyTagClassName
{
color: #948FC1;
}
</style>
background-color css
<style>
a { background-color: #948FC1; }
a { background-color: rgb(148,143,193); }
div.DivClassName
{
background-color: #948FC1;
}
.BgClassName
{
background-color: #948FC1;
}
</style>
border-color css
<style>
span { border-color: #948FC1; }
span { border-color: rgb(148,143,193); }
td.TdClassName
{
border-color: #948FC1;
}
.TagClassName
{
border-color: #948FC1;
}
</style>