Shades of Blue Bell #9895D4
Tints of Blue Bell #9895D4
RGB
CMYK
RGB Variations
Color information
#9895D4 (or 0x9895D4) is known color: Blue Bell. HEX triplet: 98, 95 and D4. RGB value is (152,149,212). Sum of RGB (Red+Green+Blue) = 152+149+212=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #9895D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895D4 is #676A2B. Grayscale: #9C9C9C. Windows color (decimal): -6777388 or 13931928. OLE color: 13931928.
HSL color Cylindrical-coordinate representation of color #9895D4: hue angle of 242.86º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9895D4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 149 | 212 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.17 |
| HSL | 242.86º | 0.42% | 0.71% | - |
| HSV(B) | 242.86º | 0.3% | 0.83% | - |
| XYZ | 35.58 | 32.92 | 66.77 | - |
| YUV | 157.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 212 | 0.28 | 0.30 | 0 | 0.17 | 242.86 | 0.42 | 0.71 |
| Hex | 98 | 95 | D4 | 1C | 1E | 0 | 11 | F3 | 2A | 47 |
| Octal | 230 | 225 | 324 | 34 | 36 | 0 | 21 | 363 | 52 | 107 |
| Binary | 10011000 | 10010101 | 11010100 | 11100 | 11110 | 0 | 10001 | 11110011 | 101010 | 1000111 |
Color Harmonies of #9895D4
Complementary color
Monochromatic Colors of #9895D4
Black with #9895D4
Text Example
Text Example
White with #9895D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895D4; }
p { color: rgb(152,149,212); }
H1.HeaderClassName
{
color: #9895D4;
}
.AnyTagClassName
{
color: #9895D4;
}
</style>
background-color css
<style>
a { background-color: #9895D4; }
a { background-color: rgb(152,149,212); }
div.DivClassName
{
background-color: #9895D4;
}
.BgClassName
{
background-color: #9895D4;
}
</style>
border-color css
<style>
span { border-color: #9895D4; }
span { border-color: rgb(152,149,212); }
td.TdClassName
{
border-color: #9895D4;
}
.TagClassName
{
border-color: #9895D4;
}
</style>