Shades of Portage #99A0DF
Tints of Portage #99A0DF
RGB
CMYK
RGB Variations
Color information
#99A0DF (or 0x99A0DF) is known color: Portage. HEX triplet: 99, A0 and DF. RGB value is (153,160,223). Sum of RGB (Red+Green+Blue) = 153+160+223=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0DF is #665F20. Grayscale: #A4A4A4. Windows color (decimal): -6709025 or 14655641. OLE color: 14655641.
HSL color Cylindrical-coordinate representation of color #99A0DF: hue angle of 234º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A0DF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 160 | 223 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.13 |
| HSL | 234º | 0.52% | 0.74% | - |
| HSV(B) | 234º | 0.31% | 0.87% | - |
| XYZ | 39.03 | 37.24 | 74.94 | - |
| YUV | 165.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 223 | 0.31 | 0.28 | 0 | 0.13 | 234 | 0.52 | 0.74 |
| Hex | 99 | A0 | DF | 1F | 1C | 0 | D | EA | 34 | 4A |
| Octal | 231 | 240 | 337 | 37 | 34 | 0 | 15 | 352 | 64 | 112 |
| Binary | 10011001 | 10100000 | 11011111 | 11111 | 11100 | 0 | 1101 | 11101010 | 110100 | 1001010 |
Color Harmonies of #99A0DF
Complementary color
Monochromatic Colors of #99A0DF
Black with #99A0DF
Text Example
Text Example
White with #99A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0DF; }
p { color: rgb(153,160,223); }
H1.HeaderClassName
{
color: #99A0DF;
}
.AnyTagClassName
{
color: #99A0DF;
}
</style>
background-color css
<style>
a { background-color: #99A0DF; }
a { background-color: rgb(153,160,223); }
div.DivClassName
{
background-color: #99A0DF;
}
.BgClassName
{
background-color: #99A0DF;
}
</style>
border-color css
<style>
span { border-color: #99A0DF; }
span { border-color: rgb(153,160,223); }
td.TdClassName
{
border-color: #99A0DF;
}
.TagClassName
{
border-color: #99A0DF;
}
</style>