Shades of Portage #99A0DB
Tints of Portage #99A0DB
RGB
CMYK
RGB Variations
Color information
#99A0DB (or 0x99A0DB) is known color: Portage. HEX triplet: 99, A0 and DB. RGB value is (153,160,219). Sum of RGB (Red+Green+Blue) = 153+160+219=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #99A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0DB is #665F24. Grayscale: #A4A4A4. Windows color (decimal): -6709029 or 14393497. OLE color: 14393497.
HSL color Cylindrical-coordinate representation of color #99A0DB: hue angle of 233.64º 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 #99A0DB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 160 | 219 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.14 |
| HSL | 233.64º | 0.48% | 0.73% | - |
| HSV(B) | 233.64º | 0.3% | 0.86% | - |
| XYZ | 38.49 | 37.03 | 72.14 | - |
| YUV | 164.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 219 | 0.30 | 0.27 | 0 | 0.14 | 233.64 | 0.48 | 0.73 |
| Hex | 99 | A0 | DB | 1E | 1B | 0 | E | EA | 30 | 49 |
| Octal | 231 | 240 | 333 | 36 | 33 | 0 | 16 | 352 | 60 | 111 |
| Binary | 10011001 | 10100000 | 11011011 | 11110 | 11011 | 0 | 1110 | 11101010 | 110000 | 1001001 |
Color Harmonies of #99A0DB
Complementary color
Monochromatic Colors of #99A0DB
Black with #99A0DB
Text Example
Text Example
White with #99A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0DB; }
p { color: rgb(153,160,219); }
H1.HeaderClassName
{
color: #99A0DB;
}
.AnyTagClassName
{
color: #99A0DB;
}
</style>
background-color css
<style>
a { background-color: #99A0DB; }
a { background-color: rgb(153,160,219); }
div.DivClassName
{
background-color: #99A0DB;
}
.BgClassName
{
background-color: #99A0DB;
}
</style>
border-color css
<style>
span { border-color: #99A0DB; }
span { border-color: rgb(153,160,219); }
td.TdClassName
{
border-color: #99A0DB;
}
.TagClassName
{
border-color: #99A0DB;
}
</style>