Shades of Portage #98A0DB
Tints of Portage #98A0DB
RGB
CMYK
RGB Variations
Color information
#98A0DB (or 0x98A0DB) is known color: Portage. HEX triplet: 98, A0 and DB. RGB value is (152,160,219). Sum of RGB (Red+Green+Blue) = 152+160+219=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 160 (62.89% from 255 or 30.13% 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 #98A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0DB is #675F24. Grayscale: #A4A4A4. Windows color (decimal): -6774565 or 14393496. OLE color: 14393496.
HSL color Cylindrical-coordinate representation of color #98A0DB: hue angle of 232.84º degrees, saturation: 0.48, 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 #98A0DB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 160 | 219 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.14 |
| HSL | 232.84º | 0.48% | 0.73% | - |
| HSV(B) | 232.84º | 0.31% | 0.86% | - |
| XYZ | 38.31 | 36.93 | 72.13 | - |
| YUV | 164.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 219 | 0.31 | 0.27 | 0 | 0.14 | 232.84 | 0.48 | 0.73 |
| Hex | 98 | A0 | DB | 1F | 1B | 0 | E | E9 | 30 | 49 |
| Octal | 230 | 240 | 333 | 37 | 33 | 0 | 16 | 351 | 60 | 111 |
| Binary | 10011000 | 10100000 | 11011011 | 11111 | 11011 | 0 | 1110 | 11101001 | 110000 | 1001001 |
Color Harmonies of #98A0DB
Complementary color
Monochromatic Colors of #98A0DB
Black with #98A0DB
Text Example
Text Example
White with #98A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0DB; }
p { color: rgb(152,160,219); }
H1.HeaderClassName
{
color: #98A0DB;
}
.AnyTagClassName
{
color: #98A0DB;
}
</style>
background-color css
<style>
a { background-color: #98A0DB; }
a { background-color: rgb(152,160,219); }
div.DivClassName
{
background-color: #98A0DB;
}
.BgClassName
{
background-color: #98A0DB;
}
</style>
border-color css
<style>
span { border-color: #98A0DB; }
span { border-color: rgb(152,160,219); }
td.TdClassName
{
border-color: #98A0DB;
}
.TagClassName
{
border-color: #98A0DB;
}
</style>