Shades of Portage #989EFF
Tints of Portage #989EFF
RGB
CMYK
RGB Variations
Color information
#989EFF (or 0x989EFF) is known color: Portage. HEX triplet: 98, 9E and FF. RGB value is (152,158,255). Sum of RGB (Red+Green+Blue) = 152+158+255=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #989EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EFF is #676100. Grayscale: #A6A6A6. Windows color (decimal): -6775041 or 16752280. OLE color: 16752280.
HSL color Cylindrical-coordinate representation of color #989EFF: hue angle of 236.5º 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 #989EFF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 158 | 255 | - |
| CMYK | 0.40 | 0.38 | 0 | 0 |
| HSL | 236.5º | 1% | 0.8% | - |
| HSV(B) | 236.5º | 0.4% | 1% | - |
| XYZ | 43.23 | 38.35 | 99.73 | - |
| YUV | 167.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 255 | 0.40 | 0.38 | 0 | 0 | 236.5 | 1 | 0.8 |
| Hex | 98 | 9E | FF | 28 | 26 | 0 | 0 | ED | 64 | 50 |
| Octal | 230 | 236 | 377 | 50 | 46 | 0 | 0 | 355 | 144 | 120 |
| Binary | 10011000 | 10011110 | 11111111 | 101000 | 100110 | 0 | 0 | 11101101 | 1100100 | 1010000 |
Color Harmonies of #989EFF
Complementary color
Monochromatic Colors of #989EFF
Black with #989EFF
Text Example
Text Example
White with #989EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EFF; }
p { color: rgb(152,158,255); }
H1.HeaderClassName
{
color: #989EFF;
}
.AnyTagClassName
{
color: #989EFF;
}
</style>
background-color css
<style>
a { background-color: #989EFF; }
a { background-color: rgb(152,158,255); }
div.DivClassName
{
background-color: #989EFF;
}
.BgClassName
{
background-color: #989EFF;
}
</style>
border-color css
<style>
span { border-color: #989EFF; }
span { border-color: rgb(152,158,255); }
td.TdClassName
{
border-color: #989EFF;
}
.TagClassName
{
border-color: #989EFF;
}
</style>