Shades of Portage #99A0EF
Tints of Portage #99A0EF
RGB
CMYK
RGB Variations
Color information
#99A0EF (or 0x99A0EF) is known color: Portage. HEX triplet: 99, A0 and EF. RGB value is (153,160,239). Sum of RGB (Red+Green+Blue) = 153+160+239=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #99A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A0EF is #665F10. Grayscale: #A6A6A6. Windows color (decimal): -6709009 or 15704217. OLE color: 15704217.
HSL color Cylindrical-coordinate representation of color #99A0EF: hue angle of 235.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A0EF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 160 | 239 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.06 |
| HSL | 235.12º | 0.73% | 0.77% | - |
| HSV(B) | 235.12º | 0.36% | 0.94% | - |
| XYZ | 41.29 | 38.15 | 86.85 | - |
| YUV | 166.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 239 | 0.36 | 0.33 | 0 | 0.06 | 235.12 | 0.73 | 0.77 |
| Hex | 99 | A0 | EF | 24 | 21 | 0 | 6 | EB | 49 | 4D |
| Octal | 231 | 240 | 357 | 44 | 41 | 0 | 6 | 353 | 111 | 115 |
| Binary | 10011001 | 10100000 | 11101111 | 100100 | 100001 | 0 | 110 | 11101011 | 1001001 | 1001101 |
Color Harmonies of #99A0EF
Complementary color
Monochromatic Colors of #99A0EF
Black with #99A0EF
Text Example
Text Example
White with #99A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0EF; }
p { color: rgb(153,160,239); }
H1.HeaderClassName
{
color: #99A0EF;
}
.AnyTagClassName
{
color: #99A0EF;
}
</style>
background-color css
<style>
a { background-color: #99A0EF; }
a { background-color: rgb(153,160,239); }
div.DivClassName
{
background-color: #99A0EF;
}
.BgClassName
{
background-color: #99A0EF;
}
</style>
border-color css
<style>
span { border-color: #99A0EF; }
span { border-color: rgb(153,160,239); }
td.TdClassName
{
border-color: #99A0EF;
}
.TagClassName
{
border-color: #99A0EF;
}
</style>