Shades of Portage #97A1DB
Tints of Portage #97A1DB
RGB
CMYK
RGB Variations
Color information
#97A1DB (or 0x97A1DB) is known color: Portage. HEX triplet: 97, A1 and DB. RGB value is (151,161,219). Sum of RGB (Red+Green+Blue) = 151+161+219=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #97A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1DB is #685E24. Grayscale: #A4A4A4. Windows color (decimal): -6839845 or 14393751. OLE color: 14393751.
HSL color Cylindrical-coordinate representation of color #97A1DB: hue angle of 231.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A1DB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 161 | 219 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.14 |
| HSL | 231.18º | 0.49% | 0.73% | - |
| HSV(B) | 231.18º | 0.31% | 0.86% | - |
| XYZ | 38.29 | 37.18 | 72.18 | - |
| YUV | 164.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 219 | 0.31 | 0.26 | 0 | 0.14 | 231.18 | 0.49 | 0.73 |
| Hex | 97 | A1 | DB | 1F | 1A | 0 | E | E7 | 31 | 49 |
| Octal | 227 | 241 | 333 | 37 | 32 | 0 | 16 | 347 | 61 | 111 |
| Binary | 10010111 | 10100001 | 11011011 | 11111 | 11010 | 0 | 1110 | 11100111 | 110001 | 1001001 |
Color Harmonies of #97A1DB
Complementary color
Monochromatic Colors of #97A1DB
Black with #97A1DB
Text Example
Text Example
White with #97A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A1DB; }
p { color: rgb(151,161,219); }
H1.HeaderClassName
{
color: #97A1DB;
}
.AnyTagClassName
{
color: #97A1DB;
}
</style>
background-color css
<style>
a { background-color: #97A1DB; }
a { background-color: rgb(151,161,219); }
div.DivClassName
{
background-color: #97A1DB;
}
.BgClassName
{
background-color: #97A1DB;
}
</style>
border-color css
<style>
span { border-color: #97A1DB; }
span { border-color: rgb(151,161,219); }
td.TdClassName
{
border-color: #97A1DB;
}
.TagClassName
{
border-color: #97A1DB;
}
</style>