Shades of Portage #97A0DD
Tints of Portage #97A0DD
RGB
CMYK
RGB Variations
Color information
#97A0DD (or 0x97A0DD) is known color: Portage. HEX triplet: 97, A0 and DD. RGB value is (151,160,221). Sum of RGB (Red+Green+Blue) = 151+160+221=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #97A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0DD is #685F22. Grayscale: #A4A4A4. Windows color (decimal): -6840099 or 14524567. OLE color: 14524567.
HSL color Cylindrical-coordinate representation of color #97A0DD: hue angle of 232.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A0DD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 160 | 221 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.13 |
| HSL | 232.29º | 0.51% | 0.73% | - |
| HSV(B) | 232.29º | 0.32% | 0.87% | - |
| XYZ | 38.38 | 36.94 | 73.51 | - |
| YUV | 164.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 221 | 0.32 | 0.28 | 0 | 0.13 | 232.29 | 0.51 | 0.73 |
| Hex | 97 | A0 | DD | 20 | 1C | 0 | D | E8 | 33 | 49 |
| Octal | 227 | 240 | 335 | 40 | 34 | 0 | 15 | 350 | 63 | 111 |
| Binary | 10010111 | 10100000 | 11011101 | 100000 | 11100 | 0 | 1101 | 11101000 | 110011 | 1001001 |
Color Harmonies of #97A0DD
Complementary color
Monochromatic Colors of #97A0DD
Black with #97A0DD
Text Example
Text Example
White with #97A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A0DD; }
p { color: rgb(151,160,221); }
H1.HeaderClassName
{
color: #97A0DD;
}
.AnyTagClassName
{
color: #97A0DD;
}
</style>
background-color css
<style>
a { background-color: #97A0DD; }
a { background-color: rgb(151,160,221); }
div.DivClassName
{
background-color: #97A0DD;
}
.BgClassName
{
background-color: #97A0DD;
}
</style>
border-color css
<style>
span { border-color: #97A0DD; }
span { border-color: rgb(151,160,221); }
td.TdClassName
{
border-color: #97A0DD;
}
.TagClassName
{
border-color: #97A0DD;
}
</style>