Shades of Portage #99A6DA
Tints of Portage #99A6DA
RGB
CMYK
RGB Variations
Color information
#99A6DA (or 0x99A6DA) is known color: Portage. HEX triplet: 99, A6 and DA. RGB value is (153,166,218). Sum of RGB (Red+Green+Blue) = 153+166+218=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #99A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A6DA is #665925. Grayscale: #A7A7A7. Windows color (decimal): -6707494 or 14329497. OLE color: 14329497.
HSL color Cylindrical-coordinate representation of color #99A6DA: hue angle of 228º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A6DA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 166 | 218 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.15 |
| HSL | 228º | 0.47% | 0.73% | - |
| HSV(B) | 228º | 0.3% | 0.85% | - |
| XYZ | 39.43 | 39.11 | 71.8 | - |
| YUV | 168.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 218 | 0.30 | 0.24 | 0 | 0.15 | 228 | 0.47 | 0.73 |
| Hex | 99 | A6 | DA | 1E | 18 | 0 | F | E4 | 2F | 49 |
| Octal | 231 | 246 | 332 | 36 | 30 | 0 | 17 | 344 | 57 | 111 |
| Binary | 10011001 | 10100110 | 11011010 | 11110 | 11000 | 0 | 1111 | 11100100 | 101111 | 1001001 |
Color Harmonies of #99A6DA
Complementary color
Monochromatic Colors of #99A6DA
Black with #99A6DA
Text Example
Text Example
White with #99A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A6DA; }
p { color: rgb(153,166,218); }
H1.HeaderClassName
{
color: #99A6DA;
}
.AnyTagClassName
{
color: #99A6DA;
}
</style>
background-color css
<style>
a { background-color: #99A6DA; }
a { background-color: rgb(153,166,218); }
div.DivClassName
{
background-color: #99A6DA;
}
.BgClassName
{
background-color: #99A6DA;
}
</style>
border-color css
<style>
span { border-color: #99A6DA; }
span { border-color: rgb(153,166,218); }
td.TdClassName
{
border-color: #99A6DA;
}
.TagClassName
{
border-color: #99A6DA;
}
</style>