Shades of Blue Bell #98A2D0
Tints of Blue Bell #98A2D0
RGB
CMYK
RGB Variations
Color information
#98A2D0 (or 0x98A2D0) is known color: Blue Bell. HEX triplet: 98, A2 and D0. RGB value is (152,162,208). Sum of RGB (Red+Green+Blue) = 152+162+208=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #98A2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2D0 is #675D2F. Grayscale: #A4A4A4. Windows color (decimal): -6774064 or 13673112. OLE color: 13673112.
HSL color Cylindrical-coordinate representation of color #98A2D0: hue angle of 229.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A2D0 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 162 | 208 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.18 |
| HSL | 229.29º | 0.37% | 0.71% | - |
| HSV(B) | 229.29º | 0.27% | 0.82% | - |
| XYZ | 37.25 | 37.07 | 64.87 | - |
| YUV | 164.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 208 | 0.27 | 0.22 | 0 | 0.18 | 229.29 | 0.37 | 0.71 |
| Hex | 98 | A2 | D0 | 1B | 16 | 0 | 12 | E5 | 25 | 47 |
| Octal | 230 | 242 | 320 | 33 | 26 | 0 | 22 | 345 | 45 | 107 |
| Binary | 10011000 | 10100010 | 11010000 | 11011 | 10110 | 0 | 10010 | 11100101 | 100101 | 1000111 |
Color Harmonies of #98A2D0
Complementary color
Monochromatic Colors of #98A2D0
Black with #98A2D0
Text Example
Text Example
White with #98A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A2D0; }
p { color: rgb(152,162,208); }
H1.HeaderClassName
{
color: #98A2D0;
}
.AnyTagClassName
{
color: #98A2D0;
}
</style>
background-color css
<style>
a { background-color: #98A2D0; }
a { background-color: rgb(152,162,208); }
div.DivClassName
{
background-color: #98A2D0;
}
.BgClassName
{
background-color: #98A2D0;
}
</style>
border-color css
<style>
span { border-color: #98A2D0; }
span { border-color: rgb(152,162,208); }
td.TdClassName
{
border-color: #98A2D0;
}
.TagClassName
{
border-color: #98A2D0;
}
</style>