Shades of Portage #909FDB
Tints of Portage #909FDB
RGB
CMYK
RGB Variations
Color information
#909FDB (or 0x909FDB) is known color: Portage. HEX triplet: 90, 9F and DB. RGB value is (144,159,219). Sum of RGB (Red+Green+Blue) = 144+159+219=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #909FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FDB is #6F6024. Grayscale: #A1A1A1. Windows color (decimal): -7299109 or 14393232. OLE color: 14393232.
HSL color Cylindrical-coordinate representation of color #909FDB: hue angle of 228º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909FDB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 159 | 219 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.14 |
| HSL | 228º | 0.51% | 0.71% | - |
| HSV(B) | 228º | 0.34% | 0.86% | - |
| XYZ | 36.69 | 35.84 | 72 | - |
| YUV | 161.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 219 | 0.34 | 0.27 | 0 | 0.14 | 228 | 0.51 | 0.71 |
| Hex | 90 | 9F | DB | 22 | 1B | 0 | E | E4 | 33 | 47 |
| Octal | 220 | 237 | 333 | 42 | 33 | 0 | 16 | 344 | 63 | 107 |
| Binary | 10010000 | 10011111 | 11011011 | 100010 | 11011 | 0 | 1110 | 11100100 | 110011 | 1000111 |
Color Harmonies of #909FDB
Complementary color
Monochromatic Colors of #909FDB
Black with #909FDB
Text Example
Text Example
White with #909FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FDB; }
p { color: rgb(144,159,219); }
H1.HeaderClassName
{
color: #909FDB;
}
.AnyTagClassName
{
color: #909FDB;
}
</style>
background-color css
<style>
a { background-color: #909FDB; }
a { background-color: rgb(144,159,219); }
div.DivClassName
{
background-color: #909FDB;
}
.BgClassName
{
background-color: #909FDB;
}
</style>
border-color css
<style>
span { border-color: #909FDB; }
span { border-color: rgb(144,159,219); }
td.TdClassName
{
border-color: #909FDB;
}
.TagClassName
{
border-color: #909FDB;
}
</style>