Shades of Blue Bell #948BD0
Tints of Blue Bell #948BD0
RGB
CMYK
RGB Variations
Color information
#948BD0 (or 0x948BD0) is known color: Blue Bell. HEX triplet: 94, 8B and D0. RGB value is (148,139,208). Sum of RGB (Red+Green+Blue) = 148+139+208=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #948BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BD0 is #6B742F. Grayscale: #959595. Windows color (decimal): -7042096 or 13667220. OLE color: 13667220.
HSL color Cylindrical-coordinate representation of color #948BD0: hue angle of 247.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948BD0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 139 | 208 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.18 |
| HSL | 247.83º | 0.42% | 0.68% | - |
| HSV(B) | 247.83º | 0.33% | 0.82% | - |
| XYZ | 32.83 | 29.32 | 63.6 | - |
| YUV | 149.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 208 | 0.29 | 0.33 | 0 | 0.18 | 247.83 | 0.42 | 0.68 |
| Hex | 94 | 8B | D0 | 1D | 21 | 0 | 12 | F8 | 2A | 44 |
| Octal | 224 | 213 | 320 | 35 | 41 | 0 | 22 | 370 | 52 | 104 |
| Binary | 10010100 | 10001011 | 11010000 | 11101 | 100001 | 0 | 10010 | 11111000 | 101010 | 1000100 |
Color Harmonies of #948BD0
Complementary color
Monochromatic Colors of #948BD0
Black with #948BD0
Text Example
Text Example
White with #948BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BD0; }
p { color: rgb(148,139,208); }
H1.HeaderClassName
{
color: #948BD0;
}
.AnyTagClassName
{
color: #948BD0;
}
</style>
background-color css
<style>
a { background-color: #948BD0; }
a { background-color: rgb(148,139,208); }
div.DivClassName
{
background-color: #948BD0;
}
.BgClassName
{
background-color: #948BD0;
}
</style>
border-color css
<style>
span { border-color: #948BD0; }
span { border-color: rgb(148,139,208); }
td.TdClassName
{
border-color: #948BD0;
}
.TagClassName
{
border-color: #948BD0;
}
</style>