Shades of Blue Bell #998DCD
Tints of Blue Bell #998DCD
RGB
CMYK
RGB Variations
Color information
#998DCD (or 0x998DCD) is known color: Blue Bell. HEX triplet: 99, 8D and CD. RGB value is (153,141,205). Sum of RGB (Red+Green+Blue) = 153+141+205=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #998DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCD is #667232. Grayscale: #979797. Windows color (decimal): -6713907 or 13471129. OLE color: 13471129.
HSL color Cylindrical-coordinate representation of color #998DCD: hue angle of 251.25º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998DCD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 141 | 205 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.20 |
| HSL | 251.25º | 0.39% | 0.68% | - |
| HSV(B) | 251.25º | 0.31% | 0.8% | - |
| XYZ | 33.68 | 30.23 | 61.82 | - |
| YUV | 151.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 205 | 0.25 | 0.31 | 0 | 0.20 | 251.25 | 0.39 | 0.68 |
| Hex | 99 | 8D | CD | 19 | 1F | 0 | 14 | FB | 27 | 44 |
| Octal | 231 | 215 | 315 | 31 | 37 | 0 | 24 | 373 | 47 | 104 |
| Binary | 10011001 | 10001101 | 11001101 | 11001 | 11111 | 0 | 10100 | 11111011 | 100111 | 1000100 |
Color Harmonies of #998DCD
Complementary color
Monochromatic Colors of #998DCD
Black with #998DCD
Text Example
Text Example
White with #998DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DCD; }
p { color: rgb(153,141,205); }
H1.HeaderClassName
{
color: #998DCD;
}
.AnyTagClassName
{
color: #998DCD;
}
</style>
background-color css
<style>
a { background-color: #998DCD; }
a { background-color: rgb(153,141,205); }
div.DivClassName
{
background-color: #998DCD;
}
.BgClassName
{
background-color: #998DCD;
}
</style>
border-color css
<style>
span { border-color: #998DCD; }
span { border-color: rgb(153,141,205); }
td.TdClassName
{
border-color: #998DCD;
}
.TagClassName
{
border-color: #998DCD;
}
</style>