Shades of Blue Bell #948FE0
Tints of Blue Bell #948FE0
RGB
CMYK
RGB Variations
Color information
#948FE0 (or 0x948FE0) is known color: Blue Bell. HEX triplet: 94, 8F and E0. RGB value is (148,143,224). Sum of RGB (Red+Green+Blue) = 148+143+224=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #948FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FE0 is #6B701F. Grayscale: #999999. Windows color (decimal): -7041056 or 14716820. OLE color: 14716820.
HSL color Cylindrical-coordinate representation of color #948FE0: hue angle of 243.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948FE0 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 143 | 224 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.12 |
| HSL | 243.7º | 0.57% | 0.72% | - |
| HSV(B) | 243.7º | 0.36% | 0.88% | - |
| XYZ | 35.49 | 31.32 | 74.7 | - |
| YUV | 153.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 224 | 0.34 | 0.36 | 0 | 0.12 | 243.7 | 0.57 | 0.72 |
| Hex | 94 | 8F | E0 | 22 | 24 | 0 | C | F4 | 39 | 48 |
| Octal | 224 | 217 | 340 | 42 | 44 | 0 | 14 | 364 | 71 | 110 |
| Binary | 10010100 | 10001111 | 11100000 | 100010 | 100100 | 0 | 1100 | 11110100 | 111001 | 1001000 |
Color Harmonies of #948FE0
Complementary color
Monochromatic Colors of #948FE0
Black with #948FE0
Text Example
Text Example
White with #948FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FE0; }
p { color: rgb(148,143,224); }
H1.HeaderClassName
{
color: #948FE0;
}
.AnyTagClassName
{
color: #948FE0;
}
</style>
background-color css
<style>
a { background-color: #948FE0; }
a { background-color: rgb(148,143,224); }
div.DivClassName
{
background-color: #948FE0;
}
.BgClassName
{
background-color: #948FE0;
}
</style>
border-color css
<style>
span { border-color: #948FE0; }
span { border-color: rgb(148,143,224); }
td.TdClassName
{
border-color: #948FE0;
}
.TagClassName
{
border-color: #948FE0;
}
</style>