Shades of Blue Bell #948ECC
Tints of Blue Bell #948ECC
RGB
CMYK
RGB Variations
Color information
#948ECC (or 0x948ECC) is known color: Blue Bell. HEX triplet: 94, 8E and CC. RGB value is (148,142,204). Sum of RGB (Red+Green+Blue) = 148+142+204=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #948ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ECC is #6B7133. Grayscale: #969696. Windows color (decimal): -7041332 or 13405844. OLE color: 13405844.
HSL color Cylindrical-coordinate representation of color #948ECC: hue angle of 245.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948ECC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 142 | 204 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.2 |
| HSL | 245.81º | 0.38% | 0.68% | - |
| HSV(B) | 245.81º | 0.3% | 0.8% | - |
| XYZ | 32.78 | 30 | 61.19 | - |
| YUV | 150.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 204 | 0.27 | 0.30 | 0 | 0.2 | 245.81 | 0.38 | 0.68 |
| Hex | 94 | 8E | CC | 1B | 1E | 0 | 14 | F6 | 26 | 44 |
| Octal | 224 | 216 | 314 | 33 | 36 | 0 | 24 | 366 | 46 | 104 |
| Binary | 10010100 | 10001110 | 11001100 | 11011 | 11110 | 0 | 10100 | 11110110 | 100110 | 1000100 |
Color Harmonies of #948ECC
Complementary color
Monochromatic Colors of #948ECC
Black with #948ECC
Text Example
Text Example
White with #948ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ECC; }
p { color: rgb(148,142,204); }
H1.HeaderClassName
{
color: #948ECC;
}
.AnyTagClassName
{
color: #948ECC;
}
</style>
background-color css
<style>
a { background-color: #948ECC; }
a { background-color: rgb(148,142,204); }
div.DivClassName
{
background-color: #948ECC;
}
.BgClassName
{
background-color: #948ECC;
}
</style>
border-color css
<style>
span { border-color: #948ECC; }
span { border-color: rgb(148,142,204); }
td.TdClassName
{
border-color: #948ECC;
}
.TagClassName
{
border-color: #948ECC;
}
</style>