Shades of Blue Bell #9895DF
Tints of Blue Bell #9895DF
RGB
CMYK
RGB Variations
Color information
#9895DF (or 0x9895DF) is known color: Blue Bell. HEX triplet: 98, 95 and DF. RGB value is (152,149,223). Sum of RGB (Red+Green+Blue) = 152+149+223=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9895DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895DF is #676A20. Grayscale: #9E9E9E. Windows color (decimal): -6777377 or 14652824. OLE color: 14652824.
HSL color Cylindrical-coordinate representation of color #9895DF: hue angle of 242.43º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9895DF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 149 | 223 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.13 |
| HSL | 242.43º | 0.54% | 0.73% | - |
| HSV(B) | 242.43º | 0.33% | 0.87% | - |
| XYZ | 37.02 | 33.5 | 74.33 | - |
| YUV | 158.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 223 | 0.32 | 0.33 | 0 | 0.13 | 242.43 | 0.54 | 0.73 |
| Hex | 98 | 95 | DF | 20 | 21 | 0 | D | F2 | 36 | 49 |
| Octal | 230 | 225 | 337 | 40 | 41 | 0 | 15 | 362 | 66 | 111 |
| Binary | 10011000 | 10010101 | 11011111 | 100000 | 100001 | 0 | 1101 | 11110010 | 110110 | 1001001 |
Color Harmonies of #9895DF
Complementary color
Monochromatic Colors of #9895DF
Black with #9895DF
Text Example
Text Example
White with #9895DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895DF; }
p { color: rgb(152,149,223); }
H1.HeaderClassName
{
color: #9895DF;
}
.AnyTagClassName
{
color: #9895DF;
}
</style>
background-color css
<style>
a { background-color: #9895DF; }
a { background-color: rgb(152,149,223); }
div.DivClassName
{
background-color: #9895DF;
}
.BgClassName
{
background-color: #9895DF;
}
</style>
border-color css
<style>
span { border-color: #9895DF; }
span { border-color: rgb(152,149,223); }
td.TdClassName
{
border-color: #9895DF;
}
.TagClassName
{
border-color: #9895DF;
}
</style>