Shades of Blue Bell #948ACD
Tints of Blue Bell #948ACD
RGB
CMYK
RGB Variations
Color information
#948ACD (or 0x948ACD) is known color: Blue Bell. HEX triplet: 94, 8A and CD. RGB value is (148,138,205). Sum of RGB (Red+Green+Blue) = 148+138+205=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #948ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ACD is #6B7532. Grayscale: #949494. Windows color (decimal): -7042355 or 13470356. OLE color: 13470356.
HSL color Cylindrical-coordinate representation of color #948ACD: hue angle of 248.96º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948ACD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 138 | 205 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.20 |
| HSL | 248.96º | 0.4% | 0.67% | - |
| HSV(B) | 248.96º | 0.33% | 0.8% | - |
| XYZ | 32.32 | 28.88 | 61.63 | - |
| YUV | 148.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 205 | 0.28 | 0.33 | 0 | 0.20 | 248.96 | 0.4 | 0.67 |
| Hex | 94 | 8A | CD | 1C | 21 | 0 | 14 | F9 | 28 | 43 |
| Octal | 224 | 212 | 315 | 34 | 41 | 0 | 24 | 371 | 50 | 103 |
| Binary | 10010100 | 10001010 | 11001101 | 11100 | 100001 | 0 | 10100 | 11111001 | 101000 | 1000011 |
Color Harmonies of #948ACD
Complementary color
Monochromatic Colors of #948ACD
Black with #948ACD
Text Example
Text Example
White with #948ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ACD; }
p { color: rgb(148,138,205); }
H1.HeaderClassName
{
color: #948ACD;
}
.AnyTagClassName
{
color: #948ACD;
}
</style>
background-color css
<style>
a { background-color: #948ACD; }
a { background-color: rgb(148,138,205); }
div.DivClassName
{
background-color: #948ACD;
}
.BgClassName
{
background-color: #948ACD;
}
</style>
border-color css
<style>
span { border-color: #948ACD; }
span { border-color: rgb(148,138,205); }
td.TdClassName
{
border-color: #948ACD;
}
.TagClassName
{
border-color: #948ACD;
}
</style>