Shades of Blue Bell #9897C6
Tints of Blue Bell #9897C6
RGB
CMYK
RGB Variations
Color information
#9897C6 (or 0x9897C6) is known color: Blue Bell. HEX triplet: 98, 97 and C6. RGB value is (152,151,198). Sum of RGB (Red+Green+Blue) = 152+151+198=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #9897C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9897C6 is #676839. Grayscale: #9C9C9C. Windows color (decimal): -6776890 or 13014936. OLE color: 13014936.
HSL color Cylindrical-coordinate representation of color #9897C6: hue angle of 241.28º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9897C6 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 151 | 198 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.22 |
| HSL | 241.28º | 0.29% | 0.68% | - |
| HSV(B) | 241.28º | 0.24% | 0.78% | - |
| XYZ | 34.21 | 32.89 | 57.97 | - |
| YUV | 156.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 198 | 0.23 | 0.24 | 0 | 0.22 | 241.28 | 0.29 | 0.68 |
| Hex | 98 | 97 | C6 | 17 | 18 | 0 | 16 | F1 | 1D | 44 |
| Octal | 230 | 227 | 306 | 27 | 30 | 0 | 26 | 361 | 35 | 104 |
| Binary | 10011000 | 10010111 | 11000110 | 10111 | 11000 | 0 | 10110 | 11110001 | 11101 | 1000100 |
Color Harmonies of #9897C6
Complementary color
Monochromatic Colors of #9897C6
Black with #9897C6
Text Example
Text Example
White with #9897C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9897C6; }
p { color: rgb(152,151,198); }
H1.HeaderClassName
{
color: #9897C6;
}
.AnyTagClassName
{
color: #9897C6;
}
</style>
background-color css
<style>
a { background-color: #9897C6; }
a { background-color: rgb(152,151,198); }
div.DivClassName
{
background-color: #9897C6;
}
.BgClassName
{
background-color: #9897C6;
}
</style>
border-color css
<style>
span { border-color: #9897C6; }
span { border-color: rgb(152,151,198); }
td.TdClassName
{
border-color: #9897C6;
}
.TagClassName
{
border-color: #9897C6;
}
</style>