Shades of Portage #99A3D5
Tints of Portage #99A3D5
RGB
CMYK
RGB Variations
Color information
#99A3D5 (or 0x99A3D5) is known color: Portage. HEX triplet: 99, A3 and D5. RGB value is (153,163,213). Sum of RGB (Red+Green+Blue) = 153+163+213=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #99A3D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3D5 is #665C2A. Grayscale: #A5A5A5. Windows color (decimal): -6708267 or 14001049. OLE color: 14001049.
HSL color Cylindrical-coordinate representation of color #99A3D5: hue angle of 230º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A3D5 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 163 | 213 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.16 |
| HSL | 230º | 0.42% | 0.72% | - |
| HSV(B) | 230º | 0.28% | 0.84% | - |
| XYZ | 38.24 | 37.77 | 68.23 | - |
| YUV | 165.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 213 | 0.28 | 0.23 | 0 | 0.16 | 230 | 0.42 | 0.72 |
| Hex | 99 | A3 | D5 | 1C | 17 | 0 | 10 | E6 | 2A | 48 |
| Octal | 231 | 243 | 325 | 34 | 27 | 0 | 20 | 346 | 52 | 110 |
| Binary | 10011001 | 10100011 | 11010101 | 11100 | 10111 | 0 | 10000 | 11100110 | 101010 | 1001000 |
Color Harmonies of #99A3D5
Complementary color
Monochromatic Colors of #99A3D5
Black with #99A3D5
Text Example
Text Example
White with #99A3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3D5; }
p { color: rgb(153,163,213); }
H1.HeaderClassName
{
color: #99A3D5;
}
.AnyTagClassName
{
color: #99A3D5;
}
</style>
background-color css
<style>
a { background-color: #99A3D5; }
a { background-color: rgb(153,163,213); }
div.DivClassName
{
background-color: #99A3D5;
}
.BgClassName
{
background-color: #99A3D5;
}
</style>
border-color css
<style>
span { border-color: #99A3D5; }
span { border-color: rgb(153,163,213); }
td.TdClassName
{
border-color: #99A3D5;
}
.TagClassName
{
border-color: #99A3D5;
}
</style>