Shades of Portage #989BFF
Tints of Portage #989BFF
RGB
CMYK
RGB Variations
Color information
#989BFF (or 0x989BFF) is known color: Portage. HEX triplet: 98, 9B and FF. RGB value is (152,155,255). Sum of RGB (Red+Green+Blue) = 152+155+255=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #989BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BFF is #676400. Grayscale: #A5A5A5. Windows color (decimal): -6775809 or 16751512. OLE color: 16751512.
HSL color Cylindrical-coordinate representation of color #989BFF: hue angle of 238.25º 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 #989BFF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 155 | 255 | - |
| CMYK | 0.40 | 0.39 | 0 | 0 |
| HSL | 238.25º | 1% | 0.8% | - |
| HSV(B) | 238.25º | 0.4% | 1% | - |
| XYZ | 42.72 | 37.34 | 99.56 | - |
| YUV | 165.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 255 | 0.40 | 0.39 | 0 | 0 | 238.25 | 1 | 0.8 |
| Hex | 98 | 9B | FF | 28 | 27 | 0 | 0 | EE | 64 | 50 |
| Octal | 230 | 233 | 377 | 50 | 47 | 0 | 0 | 356 | 144 | 120 |
| Binary | 10011000 | 10011011 | 11111111 | 101000 | 100111 | 0 | 0 | 11101110 | 1100100 | 1010000 |
Color Harmonies of #989BFF
Complementary color
Monochromatic Colors of #989BFF
Black with #989BFF
Text Example
Text Example
White with #989BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BFF; }
p { color: rgb(152,155,255); }
H1.HeaderClassName
{
color: #989BFF;
}
.AnyTagClassName
{
color: #989BFF;
}
</style>
background-color css
<style>
a { background-color: #989BFF; }
a { background-color: rgb(152,155,255); }
div.DivClassName
{
background-color: #989BFF;
}
.BgClassName
{
background-color: #989BFF;
}
</style>
border-color css
<style>
span { border-color: #989BFF; }
span { border-color: rgb(152,155,255); }
td.TdClassName
{
border-color: #989BFF;
}
.TagClassName
{
border-color: #989BFF;
}
</style>