Shades of Portage #989FDF
Tints of Portage #989FDF
RGB
CMYK
RGB Variations
Color information
#989FDF (or 0x989FDF) is known color: Portage. HEX triplet: 98, 9F and DF. RGB value is (152,159,223). Sum of RGB (Red+Green+Blue) = 152+159+223=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #989FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FDF is #676020. Grayscale: #A3A3A3. Windows color (decimal): -6774817 or 14655384. OLE color: 14655384.
HSL color Cylindrical-coordinate representation of color #989FDF: hue angle of 234.08º 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 #989FDF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 159 | 223 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.13 |
| HSL | 234.08º | 0.53% | 0.74% | - |
| HSV(B) | 234.08º | 0.32% | 0.87% | - |
| XYZ | 38.67 | 36.8 | 74.88 | - |
| YUV | 164.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 223 | 0.32 | 0.29 | 0 | 0.13 | 234.08 | 0.53 | 0.74 |
| Hex | 98 | 9F | DF | 20 | 1D | 0 | D | EA | 35 | 4A |
| Octal | 230 | 237 | 337 | 40 | 35 | 0 | 15 | 352 | 65 | 112 |
| Binary | 10011000 | 10011111 | 11011111 | 100000 | 11101 | 0 | 1101 | 11101010 | 110101 | 1001010 |
Color Harmonies of #989FDF
Complementary color
Monochromatic Colors of #989FDF
Black with #989FDF
Text Example
Text Example
White with #989FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989FDF; }
p { color: rgb(152,159,223); }
H1.HeaderClassName
{
color: #989FDF;
}
.AnyTagClassName
{
color: #989FDF;
}
</style>
background-color css
<style>
a { background-color: #989FDF; }
a { background-color: rgb(152,159,223); }
div.DivClassName
{
background-color: #989FDF;
}
.BgClassName
{
background-color: #989FDF;
}
</style>
border-color css
<style>
span { border-color: #989FDF; }
span { border-color: rgb(152,159,223); }
td.TdClassName
{
border-color: #989FDF;
}
.TagClassName
{
border-color: #989FDF;
}
</style>