Shades of Portage #989AFF
Tints of Portage #989AFF
RGB
CMYK
RGB Variations
Color information
#989AFF (or 0x989AFF) is known color: Portage. HEX triplet: 98, 9A and FF. RGB value is (152,154,255). Sum of RGB (Red+Green+Blue) = 152+154+255=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #989AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989AFF is #676500. Grayscale: #A4A4A4. Windows color (decimal): -6776065 or 16751256. OLE color: 16751256.
HSL color Cylindrical-coordinate representation of color #989AFF: hue angle of 238.83º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989AFF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 154 | 255 | - |
| CMYK | 0.40 | 0.40 | 0 | 0 |
| HSL | 238.83º | 1% | 0.8% | - |
| HSV(B) | 238.83º | 0.4% | 1% | - |
| XYZ | 42.55 | 37.01 | 99.51 | - |
| YUV | 164.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 255 | 0.40 | 0.40 | 0 | 0 | 238.83 | 1 | 0.8 |
| Hex | 98 | 9A | FF | 28 | 28 | 0 | 0 | EF | 64 | 50 |
| Octal | 230 | 232 | 377 | 50 | 50 | 0 | 0 | 357 | 144 | 120 |
| Binary | 10011000 | 10011010 | 11111111 | 101000 | 101000 | 0 | 0 | 11101111 | 1100100 | 1010000 |
Color Harmonies of #989AFF
Complementary color
Monochromatic Colors of #989AFF
Black with #989AFF
Text Example
Text Example
White with #989AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989AFF; }
p { color: rgb(152,154,255); }
H1.HeaderClassName
{
color: #989AFF;
}
.AnyTagClassName
{
color: #989AFF;
}
</style>
background-color css
<style>
a { background-color: #989AFF; }
a { background-color: rgb(152,154,255); }
div.DivClassName
{
background-color: #989AFF;
}
.BgClassName
{
background-color: #989AFF;
}
</style>
border-color css
<style>
span { border-color: #989AFF; }
span { border-color: rgb(152,154,255); }
td.TdClassName
{
border-color: #989AFF;
}
.TagClassName
{
border-color: #989AFF;
}
</style>