Shades of Portage #99A2DB
Tints of Portage #99A2DB
RGB
CMYK
RGB Variations
Color information
#99A2DB (or 0x99A2DB) is known color: Portage. HEX triplet: 99, A2 and DB. RGB value is (153,162,219). Sum of RGB (Red+Green+Blue) = 153+162+219=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #99A2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2DB is #665D24. Grayscale: #A5A5A5. Windows color (decimal): -6708517 or 14394009. OLE color: 14394009.
HSL color Cylindrical-coordinate representation of color #99A2DB: hue angle of 231.82º 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 #99A2DB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 162 | 219 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.14 |
| HSL | 231.82º | 0.48% | 0.73% | - |
| HSV(B) | 231.82º | 0.3% | 0.86% | - |
| XYZ | 38.84 | 37.73 | 72.25 | - |
| YUV | 165.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 219 | 0.30 | 0.26 | 0 | 0.14 | 231.82 | 0.48 | 0.73 |
| Hex | 99 | A2 | DB | 1E | 1A | 0 | E | E8 | 30 | 49 |
| Octal | 231 | 242 | 333 | 36 | 32 | 0 | 16 | 350 | 60 | 111 |
| Binary | 10011001 | 10100010 | 11011011 | 11110 | 11010 | 0 | 1110 | 11101000 | 110000 | 1001001 |
Color Harmonies of #99A2DB
Complementary color
Monochromatic Colors of #99A2DB
Black with #99A2DB
Text Example
Text Example
White with #99A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2DB; }
p { color: rgb(153,162,219); }
H1.HeaderClassName
{
color: #99A2DB;
}
.AnyTagClassName
{
color: #99A2DB;
}
</style>
background-color css
<style>
a { background-color: #99A2DB; }
a { background-color: rgb(153,162,219); }
div.DivClassName
{
background-color: #99A2DB;
}
.BgClassName
{
background-color: #99A2DB;
}
</style>
border-color css
<style>
span { border-color: #99A2DB; }
span { border-color: rgb(153,162,219); }
td.TdClassName
{
border-color: #99A2DB;
}
.TagClassName
{
border-color: #99A2DB;
}
</style>