Shades of Blue Bell #98A0D4
Tints of Blue Bell #98A0D4
RGB
CMYK
RGB Variations
Color information
#98A0D4 (or 0x98A0D4) is known color: Blue Bell. HEX triplet: 98, A0 and D4. RGB value is (152,160,212). Sum of RGB (Red+Green+Blue) = 152+160+212=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #98A0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0D4 is #675F2B. Grayscale: #A3A3A3. Windows color (decimal): -6774572 or 13934744. OLE color: 13934744.
HSL color Cylindrical-coordinate representation of color #98A0D4: hue angle of 232º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98A0D4 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 160 | 212 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.17 |
| HSL | 232º | 0.41% | 0.71% | - |
| HSV(B) | 232º | 0.28% | 0.83% | - |
| XYZ | 37.4 | 36.57 | 67.37 | - |
| YUV | 163.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 212 | 0.28 | 0.25 | 0 | 0.17 | 232 | 0.41 | 0.71 |
| Hex | 98 | A0 | D4 | 1C | 19 | 0 | 11 | E8 | 29 | 47 |
| Octal | 230 | 240 | 324 | 34 | 31 | 0 | 21 | 350 | 51 | 107 |
| Binary | 10011000 | 10100000 | 11010100 | 11100 | 11001 | 0 | 10001 | 11101000 | 101001 | 1000111 |
Color Harmonies of #98A0D4
Complementary color
Monochromatic Colors of #98A0D4
Black with #98A0D4
Text Example
Text Example
White with #98A0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0D4; }
p { color: rgb(152,160,212); }
H1.HeaderClassName
{
color: #98A0D4;
}
.AnyTagClassName
{
color: #98A0D4;
}
</style>
background-color css
<style>
a { background-color: #98A0D4; }
a { background-color: rgb(152,160,212); }
div.DivClassName
{
background-color: #98A0D4;
}
.BgClassName
{
background-color: #98A0D4;
}
</style>
border-color css
<style>
span { border-color: #98A0D4; }
span { border-color: rgb(152,160,212); }
td.TdClassName
{
border-color: #98A0D4;
}
.TagClassName
{
border-color: #98A0D4;
}
</style>