Shades of Blue Bell #98A1CB
Tints of Blue Bell #98A1CB
RGB
CMYK
RGB Variations
Color information
#98A1CB (or 0x98A1CB) is known color: Blue Bell. HEX triplet: 98, A1 and CB. RGB value is (152,161,203). Sum of RGB (Red+Green+Blue) = 152+161+203=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #98A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1CB is #675E34. Grayscale: #A2A2A2. Windows color (decimal): -6774325 or 13345176. OLE color: 13345176.
HSL color Cylindrical-coordinate representation of color #98A1CB: hue angle of 229.41º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A1CB is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 161 | 203 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.20 |
| HSL | 229.41º | 0.33% | 0.7% | - |
| HSV(B) | 229.41º | 0.25% | 0.8% | - |
| XYZ | 36.47 | 36.48 | 61.62 | - |
| YUV | 163.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 203 | 0.25 | 0.21 | 0 | 0.20 | 229.41 | 0.33 | 0.7 |
| Hex | 98 | A1 | CB | 19 | 15 | 0 | 14 | E5 | 21 | 46 |
| Octal | 230 | 241 | 313 | 31 | 25 | 0 | 24 | 345 | 41 | 106 |
| Binary | 10011000 | 10100001 | 11001011 | 11001 | 10101 | 0 | 10100 | 11100101 | 100001 | 1000110 |
Color Harmonies of #98A1CB
Complementary color
Monochromatic Colors of #98A1CB
Black with #98A1CB
Text Example
Text Example
White with #98A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1CB; }
p { color: rgb(152,161,203); }
H1.HeaderClassName
{
color: #98A1CB;
}
.AnyTagClassName
{
color: #98A1CB;
}
</style>
background-color css
<style>
a { background-color: #98A1CB; }
a { background-color: rgb(152,161,203); }
div.DivClassName
{
background-color: #98A1CB;
}
.BgClassName
{
background-color: #98A1CB;
}
</style>
border-color css
<style>
span { border-color: #98A1CB; }
span { border-color: rgb(152,161,203); }
td.TdClassName
{
border-color: #98A1CB;
}
.TagClassName
{
border-color: #98A1CB;
}
</style>