Shades of Portage #99A5DA
Tints of Portage #99A5DA
RGB
CMYK
RGB Variations
Color information
#99A5DA (or 0x99A5DA) is known color: Portage. HEX triplet: 99, A5 and DA. RGB value is (153,165,218). Sum of RGB (Red+Green+Blue) = 153+165+218=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #99A5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5DA is #665A25. Grayscale: #A7A7A7. Windows color (decimal): -6707750 or 14329241. OLE color: 14329241.
HSL color Cylindrical-coordinate representation of color #99A5DA: hue angle of 228.92º 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 #99A5DA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 165 | 218 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.15 |
| HSL | 228.92º | 0.47% | 0.73% | - |
| HSV(B) | 228.92º | 0.3% | 0.85% | - |
| XYZ | 39.25 | 38.74 | 71.74 | - |
| YUV | 167.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 218 | 0.30 | 0.24 | 0 | 0.15 | 228.92 | 0.47 | 0.73 |
| Hex | 99 | A5 | DA | 1E | 18 | 0 | F | E5 | 2F | 49 |
| Octal | 231 | 245 | 332 | 36 | 30 | 0 | 17 | 345 | 57 | 111 |
| Binary | 10011001 | 10100101 | 11011010 | 11110 | 11000 | 0 | 1111 | 11100101 | 101111 | 1001001 |
Color Harmonies of #99A5DA
Complementary color
Monochromatic Colors of #99A5DA
Black with #99A5DA
Text Example
Text Example
White with #99A5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5DA; }
p { color: rgb(153,165,218); }
H1.HeaderClassName
{
color: #99A5DA;
}
.AnyTagClassName
{
color: #99A5DA;
}
</style>
background-color css
<style>
a { background-color: #99A5DA; }
a { background-color: rgb(153,165,218); }
div.DivClassName
{
background-color: #99A5DA;
}
.BgClassName
{
background-color: #99A5DA;
}
</style>
border-color css
<style>
span { border-color: #99A5DA; }
span { border-color: rgb(153,165,218); }
td.TdClassName
{
border-color: #99A5DA;
}
.TagClassName
{
border-color: #99A5DA;
}
</style>