Shades of Portage #989BFC
Tints of Portage #989BFC
RGB
CMYK
RGB Variations
Color information
#989BFC (or 0x989BFC) is known color: Portage. HEX triplet: 98, 9B and FC. RGB value is (152,155,252). Sum of RGB (Red+Green+Blue) = 152+155+252=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #989BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BFC is #676403. Grayscale: #A4A4A4. Windows color (decimal): -6775812 or 16554904. OLE color: 16554904.
HSL color Cylindrical-coordinate representation of color #989BFC: hue angle of 238.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989BFC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 155 | 252 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.01 |
| HSL | 238.2º | 0.94% | 0.79% | - |
| HSV(B) | 238.2º | 0.4% | 0.99% | - |
| XYZ | 42.24 | 37.15 | 97.04 | - |
| YUV | 165.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 252 | 0.40 | 0.38 | 0 | 0.01 | 238.2 | 0.94 | 0.79 |
| Hex | 98 | 9B | FC | 28 | 26 | 0 | 1 | EE | 5E | 4F |
| Octal | 230 | 233 | 374 | 50 | 46 | 0 | 1 | 356 | 136 | 117 |
| Binary | 10011000 | 10011011 | 11111100 | 101000 | 100110 | 0 | 1 | 11101110 | 1011110 | 1001111 |
Color Harmonies of #989BFC
Complementary color
Monochromatic Colors of #989BFC
Black with #989BFC
Text Example
Text Example
White with #989BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BFC; }
p { color: rgb(152,155,252); }
H1.HeaderClassName
{
color: #989BFC;
}
.AnyTagClassName
{
color: #989BFC;
}
</style>
background-color css
<style>
a { background-color: #989BFC; }
a { background-color: rgb(152,155,252); }
div.DivClassName
{
background-color: #989BFC;
}
.BgClassName
{
background-color: #989BFC;
}
</style>
border-color css
<style>
span { border-color: #989BFC; }
span { border-color: rgb(152,155,252); }
td.TdClassName
{
border-color: #989BFC;
}
.TagClassName
{
border-color: #989BFC;
}
</style>