Shades of Blue Bell #948ACE
Tints of Blue Bell #948ACE
RGB
CMYK
RGB Variations
Color information
#948ACE (or 0x948ACE) is known color: Blue Bell. HEX triplet: 94, 8A and CE. RGB value is (148,138,206). Sum of RGB (Red+Green+Blue) = 148+138+206=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #948ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ACE is #6B7531. Grayscale: #949494. Windows color (decimal): -7042354 or 13535892. OLE color: 13535892.
HSL color Cylindrical-coordinate representation of color #948ACE: hue angle of 248.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948ACE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 138 | 206 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.19 |
| HSL | 248.82º | 0.41% | 0.67% | - |
| HSV(B) | 248.82º | 0.33% | 0.81% | - |
| XYZ | 32.44 | 28.93 | 62.27 | - |
| YUV | 148.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 206 | 0.28 | 0.33 | 0 | 0.19 | 248.82 | 0.41 | 0.67 |
| Hex | 94 | 8A | CE | 1C | 21 | 0 | 13 | F9 | 29 | 43 |
| Octal | 224 | 212 | 316 | 34 | 41 | 0 | 23 | 371 | 51 | 103 |
| Binary | 10010100 | 10001010 | 11001110 | 11100 | 100001 | 0 | 10011 | 11111001 | 101001 | 1000011 |
Color Harmonies of #948ACE
Complementary color
Monochromatic Colors of #948ACE
Black with #948ACE
Text Example
Text Example
White with #948ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ACE; }
p { color: rgb(148,138,206); }
H1.HeaderClassName
{
color: #948ACE;
}
.AnyTagClassName
{
color: #948ACE;
}
</style>
background-color css
<style>
a { background-color: #948ACE; }
a { background-color: rgb(148,138,206); }
div.DivClassName
{
background-color: #948ACE;
}
.BgClassName
{
background-color: #948ACE;
}
</style>
border-color css
<style>
span { border-color: #948ACE; }
span { border-color: rgb(148,138,206); }
td.TdClassName
{
border-color: #948ACE;
}
.TagClassName
{
border-color: #948ACE;
}
</style>