Shades of Portage #99A2D6
Tints of Portage #99A2D6
RGB
CMYK
RGB Variations
Color information
#99A2D6 (or 0x99A2D6) is known color: Portage. HEX triplet: 99, A2 and D6. RGB value is (153,162,214). Sum of RGB (Red+Green+Blue) = 153+162+214=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #99A2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D6 is #665D29. Grayscale: #A5A5A5. Windows color (decimal): -6708522 or 14066329. OLE color: 14066329.
HSL color Cylindrical-coordinate representation of color #99A2D6: hue angle of 231.15º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A2D6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 162 | 214 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.16 |
| HSL | 231.15º | 0.43% | 0.72% | - |
| HSV(B) | 231.15º | 0.29% | 0.84% | - |
| XYZ | 38.19 | 37.47 | 68.84 | - |
| YUV | 165.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 214 | 0.29 | 0.24 | 0 | 0.16 | 231.15 | 0.43 | 0.72 |
| Hex | 99 | A2 | D6 | 1D | 18 | 0 | 10 | E7 | 2B | 48 |
| Octal | 231 | 242 | 326 | 35 | 30 | 0 | 20 | 347 | 53 | 110 |
| Binary | 10011001 | 10100010 | 11010110 | 11101 | 11000 | 0 | 10000 | 11100111 | 101011 | 1001000 |
Color Harmonies of #99A2D6
Complementary color
Monochromatic Colors of #99A2D6
Black with #99A2D6
Text Example
Text Example
White with #99A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2D6; }
p { color: rgb(153,162,214); }
H1.HeaderClassName
{
color: #99A2D6;
}
.AnyTagClassName
{
color: #99A2D6;
}
</style>
background-color css
<style>
a { background-color: #99A2D6; }
a { background-color: rgb(153,162,214); }
div.DivClassName
{
background-color: #99A2D6;
}
.BgClassName
{
background-color: #99A2D6;
}
</style>
border-color css
<style>
span { border-color: #99A2D6; }
span { border-color: rgb(153,162,214); }
td.TdClassName
{
border-color: #99A2D6;
}
.TagClassName
{
border-color: #99A2D6;
}
</style>