Shades of Blue Bell #948EC5
Tints of Blue Bell #948EC5
RGB
CMYK
RGB Variations
Color information
#948EC5 (or 0x948EC5) is known color: Blue Bell. HEX triplet: 94, 8E and C5. RGB value is (148,142,197). Sum of RGB (Red+Green+Blue) = 148+142+197=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #948EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EC5 is #6B713A. Grayscale: #959595. Windows color (decimal): -7041339 or 12947092. OLE color: 12947092.
HSL color Cylindrical-coordinate representation of color #948EC5: hue angle of 246.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #948EC5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 142 | 197 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.23 |
| HSL | 246.55º | 0.32% | 0.66% | - |
| HSV(B) | 246.55º | 0.28% | 0.77% | - |
| XYZ | 31.96 | 29.67 | 56.87 | - |
| YUV | 150.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 197 | 0.25 | 0.28 | 0 | 0.23 | 246.55 | 0.32 | 0.66 |
| Hex | 94 | 8E | C5 | 19 | 1C | 0 | 17 | F7 | 20 | 42 |
| Octal | 224 | 216 | 305 | 31 | 34 | 0 | 27 | 367 | 40 | 102 |
| Binary | 10010100 | 10001110 | 11000101 | 11001 | 11100 | 0 | 10111 | 11110111 | 100000 | 1000010 |
Color Harmonies of #948EC5
Complementary color
Monochromatic Colors of #948EC5
Black with #948EC5
Text Example
Text Example
White with #948EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948EC5; }
p { color: rgb(148,142,197); }
H1.HeaderClassName
{
color: #948EC5;
}
.AnyTagClassName
{
color: #948EC5;
}
</style>
background-color css
<style>
a { background-color: #948EC5; }
a { background-color: rgb(148,142,197); }
div.DivClassName
{
background-color: #948EC5;
}
.BgClassName
{
background-color: #948EC5;
}
</style>
border-color css
<style>
span { border-color: #948EC5; }
span { border-color: rgb(148,142,197); }
td.TdClassName
{
border-color: #948EC5;
}
.TagClassName
{
border-color: #948EC5;
}
</style>