Shades of Portage #98A1DF
Tints of Portage #98A1DF
RGB
CMYK
RGB Variations
Color information
#98A1DF (or 0x98A1DF) is known color: Portage. HEX triplet: 98, A1 and DF. RGB value is (152,161,223). Sum of RGB (Red+Green+Blue) = 152+161+223=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #98A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1DF is #675E20. Grayscale: #A5A5A5. Windows color (decimal): -6774305 or 14655896. OLE color: 14655896.
HSL color Cylindrical-coordinate representation of color #98A1DF: hue angle of 232.39º 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 #98A1DF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 161 | 223 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.13 |
| HSL | 232.39º | 0.53% | 0.74% | - |
| HSV(B) | 232.39º | 0.32% | 0.87% | - |
| XYZ | 39.01 | 37.49 | 74.99 | - |
| YUV | 165.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 223 | 0.32 | 0.28 | 0 | 0.13 | 232.39 | 0.53 | 0.74 |
| Hex | 98 | A1 | DF | 20 | 1C | 0 | D | E8 | 35 | 4A |
| Octal | 230 | 241 | 337 | 40 | 34 | 0 | 15 | 350 | 65 | 112 |
| Binary | 10011000 | 10100001 | 11011111 | 100000 | 11100 | 0 | 1101 | 11101000 | 110101 | 1001010 |
Color Harmonies of #98A1DF
Complementary color
Monochromatic Colors of #98A1DF
Black with #98A1DF
Text Example
Text Example
White with #98A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1DF; }
p { color: rgb(152,161,223); }
H1.HeaderClassName
{
color: #98A1DF;
}
.AnyTagClassName
{
color: #98A1DF;
}
</style>
background-color css
<style>
a { background-color: #98A1DF; }
a { background-color: rgb(152,161,223); }
div.DivClassName
{
background-color: #98A1DF;
}
.BgClassName
{
background-color: #98A1DF;
}
</style>
border-color css
<style>
span { border-color: #98A1DF; }
span { border-color: rgb(152,161,223); }
td.TdClassName
{
border-color: #98A1DF;
}
.TagClassName
{
border-color: #98A1DF;
}
</style>