Shades of Blue Bell #9B94C1
Tints of Blue Bell #9B94C1
RGB
CMYK
RGB Variations
Color information
#9B94C1 (or 0x9B94C1) is known color: Blue Bell. HEX triplet: 9B, 94 and C1. RGB value is (155,148,193). Sum of RGB (Red+Green+Blue) = 155+148+193=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B94C1 is #646B3E. Grayscale: #9B9B9B. Windows color (decimal): -6581055 or 12686491. OLE color: 12686491.
HSL color Cylindrical-coordinate representation of color #9B94C1: hue angle of 249.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B94C1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 148 | 193 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.24 |
| HSL | 249.33º | 0.27% | 0.67% | - |
| HSV(B) | 249.33º | 0.23% | 0.76% | - |
| XYZ | 33.73 | 32 | 54.85 | - |
| YUV | 155.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 193 | 0.20 | 0.23 | 0 | 0.24 | 249.33 | 0.27 | 0.67 |
| Hex | 9B | 94 | C1 | 14 | 17 | 0 | 18 | F9 | 1B | 43 |
| Octal | 233 | 224 | 301 | 24 | 27 | 0 | 30 | 371 | 33 | 103 |
| Binary | 10011011 | 10010100 | 11000001 | 10100 | 10111 | 0 | 11000 | 11111001 | 11011 | 1000011 |
Color Harmonies of #9B94C1
Complementary color
Monochromatic Colors of #9B94C1
Black with #9B94C1
Text Example
Text Example
White with #9B94C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B94C1; }
p { color: rgb(155,148,193); }
H1.HeaderClassName
{
color: #9B94C1;
}
.AnyTagClassName
{
color: #9B94C1;
}
</style>
background-color css
<style>
a { background-color: #9B94C1; }
a { background-color: rgb(155,148,193); }
div.DivClassName
{
background-color: #9B94C1;
}
.BgClassName
{
background-color: #9B94C1;
}
</style>
border-color css
<style>
span { border-color: #9B94C1; }
span { border-color: rgb(155,148,193); }
td.TdClassName
{
border-color: #9B94C1;
}
.TagClassName
{
border-color: #9B94C1;
}
</style>