Shades of Blue Bell #9895C1
Tints of Blue Bell #9895C1
RGB
CMYK
RGB Variations
Color information
#9895C1 (or 0x9895C1) is known color: Blue Bell. HEX triplet: 98, 95 and C1. RGB value is (152,149,193). Sum of RGB (Red+Green+Blue) = 152+149+193=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #9895C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895C1 is #676A3E. Grayscale: #9A9A9A. Windows color (decimal): -6777407 or 12686744. OLE color: 12686744.
HSL color Cylindrical-coordinate representation of color #9895C1: hue angle of 244.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9895C1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 149 | 193 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.24 |
| HSL | 244.09º | 0.26% | 0.67% | - |
| HSV(B) | 244.09º | 0.23% | 0.76% | - |
| XYZ | 33.32 | 32.02 | 54.88 | - |
| YUV | 154.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 193 | 0.21 | 0.23 | 0 | 0.24 | 244.09 | 0.26 | 0.67 |
| Hex | 98 | 95 | C1 | 15 | 17 | 0 | 18 | F4 | 1A | 43 |
| Octal | 230 | 225 | 301 | 25 | 27 | 0 | 30 | 364 | 32 | 103 |
| Binary | 10011000 | 10010101 | 11000001 | 10101 | 10111 | 0 | 11000 | 11110100 | 11010 | 1000011 |
Color Harmonies of #9895C1
Complementary color
Monochromatic Colors of #9895C1
Black with #9895C1
Text Example
Text Example
White with #9895C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895C1; }
p { color: rgb(152,149,193); }
H1.HeaderClassName
{
color: #9895C1;
}
.AnyTagClassName
{
color: #9895C1;
}
</style>
background-color css
<style>
a { background-color: #9895C1; }
a { background-color: rgb(152,149,193); }
div.DivClassName
{
background-color: #9895C1;
}
.BgClassName
{
background-color: #9895C1;
}
</style>
border-color css
<style>
span { border-color: #9895C1; }
span { border-color: rgb(152,149,193); }
td.TdClassName
{
border-color: #9895C1;
}
.TagClassName
{
border-color: #9895C1;
}
</style>