Shades of Portage #999FDB
Tints of Portage #999FDB
RGB
CMYK
RGB Variations
Color information
#999FDB (or 0x999FDB) is known color: Portage. HEX triplet: 99, 9F and DB. RGB value is (153,159,219). Sum of RGB (Red+Green+Blue) = 153+159+219=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #999FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FDB is #666024. Grayscale: #A3A3A3. Windows color (decimal): -6709285 or 14393241. OLE color: 14393241.
HSL color Cylindrical-coordinate representation of color #999FDB: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999FDB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 159 | 219 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.14 |
| HSL | 234.55º | 0.48% | 0.73% | - |
| HSV(B) | 234.55º | 0.3% | 0.86% | - |
| XYZ | 38.32 | 36.68 | 72.08 | - |
| YUV | 164.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 219 | 0.30 | 0.27 | 0 | 0.14 | 234.55 | 0.48 | 0.73 |
| Hex | 99 | 9F | DB | 1E | 1B | 0 | E | EB | 30 | 49 |
| Octal | 231 | 237 | 333 | 36 | 33 | 0 | 16 | 353 | 60 | 111 |
| Binary | 10011001 | 10011111 | 11011011 | 11110 | 11011 | 0 | 1110 | 11101011 | 110000 | 1001001 |
Color Harmonies of #999FDB
Complementary color
Monochromatic Colors of #999FDB
Black with #999FDB
Text Example
Text Example
White with #999FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FDB; }
p { color: rgb(153,159,219); }
H1.HeaderClassName
{
color: #999FDB;
}
.AnyTagClassName
{
color: #999FDB;
}
</style>
background-color css
<style>
a { background-color: #999FDB; }
a { background-color: rgb(153,159,219); }
div.DivClassName
{
background-color: #999FDB;
}
.BgClassName
{
background-color: #999FDB;
}
</style>
border-color css
<style>
span { border-color: #999FDB; }
span { border-color: rgb(153,159,219); }
td.TdClassName
{
border-color: #999FDB;
}
.TagClassName
{
border-color: #999FDB;
}
</style>