Shades of Portage #99A3DC
Tints of Portage #99A3DC
RGB
CMYK
RGB Variations
Color information
#99A3DC (or 0x99A3DC) is known color: Portage. HEX triplet: 99, A3 and DC. RGB value is (153,163,220). Sum of RGB (Red+Green+Blue) = 153+163+220=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #99A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3DC is #665C23. Grayscale: #A6A6A6. Windows color (decimal): -6708260 or 14459801. OLE color: 14459801.
HSL color Cylindrical-coordinate representation of color #99A3DC: hue angle of 231.04º degrees, saturation: 0.49, 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 #99A3DC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 163 | 220 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.14 |
| HSL | 231.04º | 0.49% | 0.73% | - |
| HSV(B) | 231.04º | 0.3% | 0.86% | - |
| XYZ | 39.15 | 38.13 | 73.01 | - |
| YUV | 166.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 220 | 0.30 | 0.26 | 0 | 0.14 | 231.04 | 0.49 | 0.73 |
| Hex | 99 | A3 | DC | 1E | 1A | 0 | E | E7 | 31 | 49 |
| Octal | 231 | 243 | 334 | 36 | 32 | 0 | 16 | 347 | 61 | 111 |
| Binary | 10011001 | 10100011 | 11011100 | 11110 | 11010 | 0 | 1110 | 11100111 | 110001 | 1001001 |
Color Harmonies of #99A3DC
Complementary color
Monochromatic Colors of #99A3DC
Black with #99A3DC
Text Example
Text Example
White with #99A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3DC; }
p { color: rgb(153,163,220); }
H1.HeaderClassName
{
color: #99A3DC;
}
.AnyTagClassName
{
color: #99A3DC;
}
</style>
background-color css
<style>
a { background-color: #99A3DC; }
a { background-color: rgb(153,163,220); }
div.DivClassName
{
background-color: #99A3DC;
}
.BgClassName
{
background-color: #99A3DC;
}
</style>
border-color css
<style>
span { border-color: #99A3DC; }
span { border-color: rgb(153,163,220); }
td.TdClassName
{
border-color: #99A3DC;
}
.TagClassName
{
border-color: #99A3DC;
}
</style>