Shades of Portage #989ADF
Tints of Portage #989ADF
RGB
CMYK
RGB Variations
Color information
#989ADF (or 0x989ADF) is known color: Portage. HEX triplet: 98, 9A and DF. RGB value is (152,154,223). Sum of RGB (Red+Green+Blue) = 152+154+223=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #989ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADF is #676520. Grayscale: #A0A0A0. Windows color (decimal): -6776097 or 14654104. OLE color: 14654104.
HSL color Cylindrical-coordinate representation of color #989ADF: hue angle of 238.31º 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 #989ADF is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 154 | 223 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.13 |
| HSL | 238.31º | 0.53% | 0.74% | - |
| HSV(B) | 238.31º | 0.32% | 0.87% | - |
| XYZ | 37.82 | 35.11 | 74.6 | - |
| YUV | 161.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 223 | 0.32 | 0.31 | 0 | 0.13 | 238.31 | 0.53 | 0.74 |
| Hex | 98 | 9A | DF | 20 | 1F | 0 | D | EE | 35 | 4A |
| Octal | 230 | 232 | 337 | 40 | 37 | 0 | 15 | 356 | 65 | 112 |
| Binary | 10011000 | 10011010 | 11011111 | 100000 | 11111 | 0 | 1101 | 11101110 | 110101 | 1001010 |
Color Harmonies of #989ADF
Complementary color
Monochromatic Colors of #989ADF
Black with #989ADF
Text Example
Text Example
White with #989ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ADF; }
p { color: rgb(152,154,223); }
H1.HeaderClassName
{
color: #989ADF;
}
.AnyTagClassName
{
color: #989ADF;
}
</style>
background-color css
<style>
a { background-color: #989ADF; }
a { background-color: rgb(152,154,223); }
div.DivClassName
{
background-color: #989ADF;
}
.BgClassName
{
background-color: #989ADF;
}
</style>
border-color css
<style>
span { border-color: #989ADF; }
span { border-color: rgb(152,154,223); }
td.TdClassName
{
border-color: #989ADF;
}
.TagClassName
{
border-color: #989ADF;
}
</style>