Shades of Portage #99A0DD
Tints of Portage #99A0DD
RGB
CMYK
RGB Variations
Color information
#99A0DD (or 0x99A0DD) is known color: Portage. HEX triplet: 99, A0 and DD. RGB value is (153,160,221). Sum of RGB (Red+Green+Blue) = 153+160+221=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #99A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0DD is #665F22. Grayscale: #A4A4A4. Windows color (decimal): -6709027 or 14524569. OLE color: 14524569.
HSL color Cylindrical-coordinate representation of color #99A0DD: hue angle of 233.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A0DD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 160 | 221 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.13 |
| HSL | 233.82º | 0.5% | 0.73% | - |
| HSV(B) | 233.82º | 0.31% | 0.87% | - |
| XYZ | 38.76 | 37.13 | 73.53 | - |
| YUV | 164.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 221 | 0.31 | 0.28 | 0 | 0.13 | 233.82 | 0.5 | 0.73 |
| Hex | 99 | A0 | DD | 1F | 1C | 0 | D | EA | 32 | 49 |
| Octal | 231 | 240 | 335 | 37 | 34 | 0 | 15 | 352 | 62 | 111 |
| Binary | 10011001 | 10100000 | 11011101 | 11111 | 11100 | 0 | 1101 | 11101010 | 110010 | 1001001 |
Color Harmonies of #99A0DD
Complementary color
Monochromatic Colors of #99A0DD
Black with #99A0DD
Text Example
Text Example
White with #99A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0DD; }
p { color: rgb(153,160,221); }
H1.HeaderClassName
{
color: #99A0DD;
}
.AnyTagClassName
{
color: #99A0DD;
}
</style>
background-color css
<style>
a { background-color: #99A0DD; }
a { background-color: rgb(153,160,221); }
div.DivClassName
{
background-color: #99A0DD;
}
.BgClassName
{
background-color: #99A0DD;
}
</style>
border-color css
<style>
span { border-color: #99A0DD; }
span { border-color: rgb(153,160,221); }
td.TdClassName
{
border-color: #99A0DD;
}
.TagClassName
{
border-color: #99A0DD;
}
</style>