Shades of Blue Bell #9495D7
Tints of Blue Bell #9495D7
RGB
CMYK
RGB Variations
Color information
#9495D7 (or 0x9495D7) is known color: Blue Bell. HEX triplet: 94, 95 and D7. RGB value is (148,149,215). Sum of RGB (Red+Green+Blue) = 148+149+215=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #9495D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495D7 is #6B6A28. Grayscale: #9B9B9B. Windows color (decimal): -7039529 or 14128532. OLE color: 14128532.
HSL color Cylindrical-coordinate representation of color #9495D7: hue angle of 239.1º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9495D7 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 149 | 215 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.16 |
| HSL | 239.1º | 0.46% | 0.71% | - |
| HSV(B) | 239.1º | 0.31% | 0.84% | - |
| XYZ | 35.23 | 32.7 | 68.74 | - |
| YUV | 156.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 215 | 0.31 | 0.31 | 0 | 0.16 | 239.1 | 0.46 | 0.71 |
| Hex | 94 | 95 | D7 | 1F | 1F | 0 | 10 | EF | 2E | 47 |
| Octal | 224 | 225 | 327 | 37 | 37 | 0 | 20 | 357 | 56 | 107 |
| Binary | 10010100 | 10010101 | 11010111 | 11111 | 11111 | 0 | 10000 | 11101111 | 101110 | 1000111 |
Color Harmonies of #9495D7
Complementary color
Monochromatic Colors of #9495D7
Black with #9495D7
Text Example
Text Example
White with #9495D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495D7; }
p { color: rgb(148,149,215); }
H1.HeaderClassName
{
color: #9495D7;
}
.AnyTagClassName
{
color: #9495D7;
}
</style>
background-color css
<style>
a { background-color: #9495D7; }
a { background-color: rgb(148,149,215); }
div.DivClassName
{
background-color: #9495D7;
}
.BgClassName
{
background-color: #9495D7;
}
</style>
border-color css
<style>
span { border-color: #9495D7; }
span { border-color: rgb(148,149,215); }
td.TdClassName
{
border-color: #9495D7;
}
.TagClassName
{
border-color: #9495D7;
}
</style>