Shades of Blue Bell #948ACF
Tints of Blue Bell #948ACF
RGB
CMYK
RGB Variations
Color information
#948ACF (or 0x948ACF) is known color: Blue Bell. HEX triplet: 94, 8A and CF. RGB value is (148,138,207). Sum of RGB (Red+Green+Blue) = 148+138+207=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #948ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ACF is #6B7530. Grayscale: #949494. Windows color (decimal): -7042353 or 13601428. OLE color: 13601428.
HSL color Cylindrical-coordinate representation of color #948ACF: hue angle of 248.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948ACF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 138 | 207 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.19 |
| HSL | 248.7º | 0.42% | 0.68% | - |
| HSV(B) | 248.7º | 0.33% | 0.81% | - |
| XYZ | 32.56 | 28.98 | 62.91 | - |
| YUV | 148.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 207 | 0.29 | 0.33 | 0 | 0.19 | 248.7 | 0.42 | 0.68 |
| Hex | 94 | 8A | CF | 1D | 21 | 0 | 13 | F9 | 2A | 44 |
| Octal | 224 | 212 | 317 | 35 | 41 | 0 | 23 | 371 | 52 | 104 |
| Binary | 10010100 | 10001010 | 11001111 | 11101 | 100001 | 0 | 10011 | 11111001 | 101010 | 1000100 |
Color Harmonies of #948ACF
Complementary color
Monochromatic Colors of #948ACF
Black with #948ACF
Text Example
Text Example
White with #948ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ACF; }
p { color: rgb(148,138,207); }
H1.HeaderClassName
{
color: #948ACF;
}
.AnyTagClassName
{
color: #948ACF;
}
</style>
background-color css
<style>
a { background-color: #948ACF; }
a { background-color: rgb(148,138,207); }
div.DivClassName
{
background-color: #948ACF;
}
.BgClassName
{
background-color: #948ACF;
}
</style>
border-color css
<style>
span { border-color: #948ACF; }
span { border-color: rgb(148,138,207); }
td.TdClassName
{
border-color: #948ACF;
}
.TagClassName
{
border-color: #948ACF;
}
</style>