Shades of Portage #98A0DF
Tints of Portage #98A0DF
RGB
CMYK
RGB Variations
Color information
#98A0DF (or 0x98A0DF) is known color: Portage. HEX triplet: 98, A0 and DF. RGB value is (152,160,223). Sum of RGB (Red+Green+Blue) = 152+160+223=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #98A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0DF is #675F20. Grayscale: #A4A4A4. Windows color (decimal): -6774561 or 14655640. OLE color: 14655640.
HSL color Cylindrical-coordinate representation of color #98A0DF: hue angle of 233.24º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98A0DF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 160 | 223 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.13 |
| HSL | 233.24º | 0.53% | 0.74% | - |
| HSV(B) | 233.24º | 0.32% | 0.87% | - |
| XYZ | 38.84 | 37.14 | 74.93 | - |
| YUV | 164.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 223 | 0.32 | 0.28 | 0 | 0.13 | 233.24 | 0.53 | 0.74 |
| Hex | 98 | A0 | DF | 20 | 1C | 0 | D | E9 | 35 | 4A |
| Octal | 230 | 240 | 337 | 40 | 34 | 0 | 15 | 351 | 65 | 112 |
| Binary | 10011000 | 10100000 | 11011111 | 100000 | 11100 | 0 | 1101 | 11101001 | 110101 | 1001010 |
Color Harmonies of #98A0DF
Complementary color
Monochromatic Colors of #98A0DF
Black with #98A0DF
Text Example
Text Example
White with #98A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0DF; }
p { color: rgb(152,160,223); }
H1.HeaderClassName
{
color: #98A0DF;
}
.AnyTagClassName
{
color: #98A0DF;
}
</style>
background-color css
<style>
a { background-color: #98A0DF; }
a { background-color: rgb(152,160,223); }
div.DivClassName
{
background-color: #98A0DF;
}
.BgClassName
{
background-color: #98A0DF;
}
</style>
border-color css
<style>
span { border-color: #98A0DF; }
span { border-color: rgb(152,160,223); }
td.TdClassName
{
border-color: #98A0DF;
}
.TagClassName
{
border-color: #98A0DF;
}
</style>