Shades of Portage #99A4D6
Tints of Portage #99A4D6
RGB
CMYK
RGB Variations
Color information
#99A4D6 (or 0x99A4D6) is known color: Portage. HEX triplet: 99, A4 and D6. RGB value is (153,164,214). Sum of RGB (Red+Green+Blue) = 153+164+214=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #99A4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4D6 is #665B29. Grayscale: #A6A6A6. Windows color (decimal): -6708010 or 14066841. OLE color: 14066841.
HSL color Cylindrical-coordinate representation of color #99A4D6: hue angle of 229.18º 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 #99A4D6 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 164 | 214 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.16 |
| HSL | 229.18º | 0.43% | 0.72% | - |
| HSV(B) | 229.18º | 0.29% | 0.84% | - |
| XYZ | 38.55 | 38.18 | 68.96 | - |
| YUV | 166.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 214 | 0.29 | 0.23 | 0 | 0.16 | 229.18 | 0.43 | 0.72 |
| Hex | 99 | A4 | D6 | 1D | 17 | 0 | 10 | E5 | 2B | 48 |
| Octal | 231 | 244 | 326 | 35 | 27 | 0 | 20 | 345 | 53 | 110 |
| Binary | 10011001 | 10100100 | 11010110 | 11101 | 10111 | 0 | 10000 | 11100101 | 101011 | 1001000 |
Color Harmonies of #99A4D6
Complementary color
Monochromatic Colors of #99A4D6
Black with #99A4D6
Text Example
Text Example
White with #99A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4D6; }
p { color: rgb(153,164,214); }
H1.HeaderClassName
{
color: #99A4D6;
}
.AnyTagClassName
{
color: #99A4D6;
}
</style>
background-color css
<style>
a { background-color: #99A4D6; }
a { background-color: rgb(153,164,214); }
div.DivClassName
{
background-color: #99A4D6;
}
.BgClassName
{
background-color: #99A4D6;
}
</style>
border-color css
<style>
span { border-color: #99A4D6; }
span { border-color: rgb(153,164,214); }
td.TdClassName
{
border-color: #99A4D6;
}
.TagClassName
{
border-color: #99A4D6;
}
</style>