Shades of Portage #8998DA
Tints of Portage #8998DA
RGB
CMYK
RGB Variations
Color information
#8998DA (or 0x8998DA) is known color: Portage. HEX triplet: 89, 98 and DA. RGB value is (137,152,218). Sum of RGB (Red+Green+Blue) = 137+152+218=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #8998DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998DA is #766725. Grayscale: #9A9A9A. Windows color (decimal): -7759654 or 14325897. OLE color: 14325897.
HSL color Cylindrical-coordinate representation of color #8998DA: hue angle of 228.89º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8998DA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 152 | 218 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.15 |
| HSL | 228.89º | 0.52% | 0.7% | - |
| HSV(B) | 228.89º | 0.37% | 0.85% | - |
| XYZ | 34.2 | 32.84 | 70.87 | - |
| YUV | 155.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 218 | 0.37 | 0.30 | 0 | 0.15 | 228.89 | 0.52 | 0.7 |
| Hex | 89 | 98 | DA | 25 | 1E | 0 | F | E5 | 34 | 46 |
| Octal | 211 | 230 | 332 | 45 | 36 | 0 | 17 | 345 | 64 | 106 |
| Binary | 10001001 | 10011000 | 11011010 | 100101 | 11110 | 0 | 1111 | 11100101 | 110100 | 1000110 |
Color Harmonies of #8998DA
Complementary color
Monochromatic Colors of #8998DA
Black with #8998DA
Text Example
Text Example
White with #8998DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8998DA; }
p { color: rgb(137,152,218); }
H1.HeaderClassName
{
color: #8998DA;
}
.AnyTagClassName
{
color: #8998DA;
}
</style>
background-color css
<style>
a { background-color: #8998DA; }
a { background-color: rgb(137,152,218); }
div.DivClassName
{
background-color: #8998DA;
}
.BgClassName
{
background-color: #8998DA;
}
</style>
border-color css
<style>
span { border-color: #8998DA; }
span { border-color: rgb(137,152,218); }
td.TdClassName
{
border-color: #8998DA;
}
.TagClassName
{
border-color: #8998DA;
}
</style>