Shades of Blue Bell #998ADF
Tints of Blue Bell #998ADF
RGB
CMYK
RGB Variations
Color information
#998ADF (or 0x998ADF) is known color: Blue Bell. HEX triplet: 99, 8A and DF. RGB value is (153,138,223). Sum of RGB (Red+Green+Blue) = 153+138+223=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #998ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ADF is #667520. Grayscale: #979797. Windows color (decimal): -6714657 or 14650009. OLE color: 14650009.
HSL color Cylindrical-coordinate representation of color #998ADF: hue angle of 250.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998ADF is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 138 | 223 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.13 |
| HSL | 250.59º | 0.57% | 0.71% | - |
| HSV(B) | 250.59º | 0.38% | 0.87% | - |
| XYZ | 35.54 | 30.28 | 73.78 | - |
| YUV | 152.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 223 | 0.31 | 0.38 | 0 | 0.13 | 250.59 | 0.57 | 0.71 |
| Hex | 99 | 8A | DF | 1F | 26 | 0 | D | FB | 39 | 47 |
| Octal | 231 | 212 | 337 | 37 | 46 | 0 | 15 | 373 | 71 | 107 |
| Binary | 10011001 | 10001010 | 11011111 | 11111 | 100110 | 0 | 1101 | 11111011 | 111001 | 1000111 |
Color Harmonies of #998ADF
Complementary color
Monochromatic Colors of #998ADF
Black with #998ADF
Text Example
Text Example
White with #998ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ADF; }
p { color: rgb(153,138,223); }
H1.HeaderClassName
{
color: #998ADF;
}
.AnyTagClassName
{
color: #998ADF;
}
</style>
background-color css
<style>
a { background-color: #998ADF; }
a { background-color: rgb(153,138,223); }
div.DivClassName
{
background-color: #998ADF;
}
.BgClassName
{
background-color: #998ADF;
}
</style>
border-color css
<style>
span { border-color: #998ADF; }
span { border-color: rgb(153,138,223); }
td.TdClassName
{
border-color: #998ADF;
}
.TagClassName
{
border-color: #998ADF;
}
</style>