Shades of Blue Bell #9495D5
Tints of Blue Bell #9495D5
RGB
CMYK
RGB Variations
Color information
#9495D5 (or 0x9495D5) is known color: Blue Bell. HEX triplet: 94, 95 and D5. RGB value is (148,149,213). Sum of RGB (Red+Green+Blue) = 148+149+213=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #9495D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495D5 is #6B6A2A. Grayscale: #9B9B9B. Windows color (decimal): -7039531 or 13997460. OLE color: 13997460.
HSL color Cylindrical-coordinate representation of color #9495D5: hue angle of 239.08º degrees, saturation: 0.44, 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 #9495D5 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 149 | 213 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.16 |
| HSL | 239.08º | 0.44% | 0.71% | - |
| HSV(B) | 239.08º | 0.31% | 0.84% | - |
| XYZ | 34.97 | 32.59 | 67.4 | - |
| YUV | 156 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 213 | 0.31 | 0.30 | 0 | 0.16 | 239.08 | 0.44 | 0.71 |
| Hex | 94 | 95 | D5 | 1F | 1E | 0 | 10 | EF | 2C | 47 |
| Octal | 224 | 225 | 325 | 37 | 36 | 0 | 20 | 357 | 54 | 107 |
| Binary | 10010100 | 10010101 | 11010101 | 11111 | 11110 | 0 | 10000 | 11101111 | 101100 | 1000111 |
Color Harmonies of #9495D5
Complementary color
Monochromatic Colors of #9495D5
Black with #9495D5
Text Example
Text Example
White with #9495D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495D5; }
p { color: rgb(148,149,213); }
H1.HeaderClassName
{
color: #9495D5;
}
.AnyTagClassName
{
color: #9495D5;
}
</style>
background-color css
<style>
a { background-color: #9495D5; }
a { background-color: rgb(148,149,213); }
div.DivClassName
{
background-color: #9495D5;
}
.BgClassName
{
background-color: #9495D5;
}
</style>
border-color css
<style>
span { border-color: #9495D5; }
span { border-color: rgb(148,149,213); }
td.TdClassName
{
border-color: #9495D5;
}
.TagClassName
{
border-color: #9495D5;
}
</style>