Shades of Portage #98A1DC
Tints of Portage #98A1DC
RGB
CMYK
RGB Variations
Color information
#98A1DC (or 0x98A1DC) is known color: Portage. HEX triplet: 98, A1 and DC. RGB value is (152,161,220). Sum of RGB (Red+Green+Blue) = 152+161+220=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1DC is #675E23. Grayscale: #A4A4A4. Windows color (decimal): -6774308 or 14459288. OLE color: 14459288.
HSL color Cylindrical-coordinate representation of color #98A1DC: hue angle of 232.06º 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 #98A1DC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 161 | 220 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.14 |
| HSL | 232.06º | 0.49% | 0.73% | - |
| HSV(B) | 232.06º | 0.31% | 0.86% | - |
| XYZ | 38.61 | 37.33 | 72.88 | - |
| YUV | 165.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 220 | 0.31 | 0.27 | 0 | 0.14 | 232.06 | 0.49 | 0.73 |
| Hex | 98 | A1 | DC | 1F | 1B | 0 | E | E8 | 31 | 49 |
| Octal | 230 | 241 | 334 | 37 | 33 | 0 | 16 | 350 | 61 | 111 |
| Binary | 10011000 | 10100001 | 11011100 | 11111 | 11011 | 0 | 1110 | 11101000 | 110001 | 1001001 |
Color Harmonies of #98A1DC
Complementary color
Monochromatic Colors of #98A1DC
Black with #98A1DC
Text Example
Text Example
White with #98A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1DC; }
p { color: rgb(152,161,220); }
H1.HeaderClassName
{
color: #98A1DC;
}
.AnyTagClassName
{
color: #98A1DC;
}
</style>
background-color css
<style>
a { background-color: #98A1DC; }
a { background-color: rgb(152,161,220); }
div.DivClassName
{
background-color: #98A1DC;
}
.BgClassName
{
background-color: #98A1DC;
}
</style>
border-color css
<style>
span { border-color: #98A1DC; }
span { border-color: rgb(152,161,220); }
td.TdClassName
{
border-color: #98A1DC;
}
.TagClassName
{
border-color: #98A1DC;
}
</style>