Shades of Blue Bell #9895DA
Tints of Blue Bell #9895DA
RGB
CMYK
RGB Variations
Color information
#9895DA (or 0x9895DA) is known color: Blue Bell. HEX triplet: 98, 95 and DA. RGB value is (152,149,218). Sum of RGB (Red+Green+Blue) = 152+149+218=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #9895DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895DA is #676A25. Grayscale: #9D9D9D. Windows color (decimal): -6777382 or 14325144. OLE color: 14325144.
HSL color Cylindrical-coordinate representation of color #9895DA: hue angle of 242.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9895DA is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 149 | 218 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.15 |
| HSL | 242.61º | 0.48% | 0.72% | - |
| HSV(B) | 242.61º | 0.32% | 0.85% | - |
| XYZ | 36.35 | 33.23 | 70.83 | - |
| YUV | 157.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 218 | 0.30 | 0.32 | 0 | 0.15 | 242.61 | 0.48 | 0.72 |
| Hex | 98 | 95 | DA | 1E | 20 | 0 | F | F3 | 30 | 48 |
| Octal | 230 | 225 | 332 | 36 | 40 | 0 | 17 | 363 | 60 | 110 |
| Binary | 10011000 | 10010101 | 11011010 | 11110 | 100000 | 0 | 1111 | 11110011 | 110000 | 1001000 |
Color Harmonies of #9895DA
Complementary color
Monochromatic Colors of #9895DA
Black with #9895DA
Text Example
Text Example
White with #9895DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895DA; }
p { color: rgb(152,149,218); }
H1.HeaderClassName
{
color: #9895DA;
}
.AnyTagClassName
{
color: #9895DA;
}
</style>
background-color css
<style>
a { background-color: #9895DA; }
a { background-color: rgb(152,149,218); }
div.DivClassName
{
background-color: #9895DA;
}
.BgClassName
{
background-color: #9895DA;
}
</style>
border-color css
<style>
span { border-color: #9895DA; }
span { border-color: rgb(152,149,218); }
td.TdClassName
{
border-color: #9895DA;
}
.TagClassName
{
border-color: #9895DA;
}
</style>