Shades of Portage #99A1DB
Tints of Portage #99A1DB
RGB
CMYK
RGB Variations
Color information
#99A1DB (or 0x99A1DB) is known color: Portage. HEX triplet: 99, A1 and DB. RGB value is (153,161,219). Sum of RGB (Red+Green+Blue) = 153+161+219=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #99A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1DB is #665E24. Grayscale: #A4A4A4. Windows color (decimal): -6708773 or 14393753. OLE color: 14393753.
HSL color Cylindrical-coordinate representation of color #99A1DB: hue angle of 232.73º 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 #99A1DB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 161 | 219 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.14 |
| HSL | 232.73º | 0.48% | 0.73% | - |
| HSV(B) | 232.73º | 0.3% | 0.86% | - |
| XYZ | 38.67 | 37.38 | 72.19 | - |
| YUV | 165.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 219 | 0.30 | 0.26 | 0 | 0.14 | 232.73 | 0.48 | 0.73 |
| Hex | 99 | A1 | DB | 1E | 1A | 0 | E | E9 | 30 | 49 |
| Octal | 231 | 241 | 333 | 36 | 32 | 0 | 16 | 351 | 60 | 111 |
| Binary | 10011001 | 10100001 | 11011011 | 11110 | 11010 | 0 | 1110 | 11101001 | 110000 | 1001001 |
Color Harmonies of #99A1DB
Complementary color
Monochromatic Colors of #99A1DB
Black with #99A1DB
Text Example
Text Example
White with #99A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1DB; }
p { color: rgb(153,161,219); }
H1.HeaderClassName
{
color: #99A1DB;
}
.AnyTagClassName
{
color: #99A1DB;
}
</style>
background-color css
<style>
a { background-color: #99A1DB; }
a { background-color: rgb(153,161,219); }
div.DivClassName
{
background-color: #99A1DB;
}
.BgClassName
{
background-color: #99A1DB;
}
</style>
border-color css
<style>
span { border-color: #99A1DB; }
span { border-color: rgb(153,161,219); }
td.TdClassName
{
border-color: #99A1DB;
}
.TagClassName
{
border-color: #99A1DB;
}
</style>