Shades of Portage #97A3D9
Tints of Portage #97A3D9
RGB
CMYK
RGB Variations
Color information
#97A3D9 (or 0x97A3D9) is known color: Portage. HEX triplet: 97, A3 and D9. RGB value is (151,163,217). Sum of RGB (Red+Green+Blue) = 151+163+217=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #97A3D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A3D9 is #685C26. Grayscale: #A5A5A5. Windows color (decimal): -6839335 or 14263191. OLE color: 14263191.
HSL color Cylindrical-coordinate representation of color #97A3D9: hue angle of 229.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97A3D9 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 163 | 217 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.15 |
| HSL | 229.09º | 0.46% | 0.72% | - |
| HSV(B) | 229.09º | 0.3% | 0.85% | - |
| XYZ | 38.38 | 37.78 | 70.92 | - |
| YUV | 165.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 217 | 0.30 | 0.25 | 0 | 0.15 | 229.09 | 0.46 | 0.72 |
| Hex | 97 | A3 | D9 | 1E | 19 | 0 | F | E5 | 2E | 48 |
| Octal | 227 | 243 | 331 | 36 | 31 | 0 | 17 | 345 | 56 | 110 |
| Binary | 10010111 | 10100011 | 11011001 | 11110 | 11001 | 0 | 1111 | 11100101 | 101110 | 1001000 |
Color Harmonies of #97A3D9
Complementary color
Monochromatic Colors of #97A3D9
Black with #97A3D9
Text Example
Text Example
White with #97A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A3D9; }
p { color: rgb(151,163,217); }
H1.HeaderClassName
{
color: #97A3D9;
}
.AnyTagClassName
{
color: #97A3D9;
}
</style>
background-color css
<style>
a { background-color: #97A3D9; }
a { background-color: rgb(151,163,217); }
div.DivClassName
{
background-color: #97A3D9;
}
.BgClassName
{
background-color: #97A3D9;
}
</style>
border-color css
<style>
span { border-color: #97A3D9; }
span { border-color: rgb(151,163,217); }
td.TdClassName
{
border-color: #97A3D9;
}
.TagClassName
{
border-color: #97A3D9;
}
</style>