Shades of Portage #899FFD
Tints of Portage #899FFD
RGB
CMYK
RGB Variations
Color information
#899FFD (or 0x899FFD) is known color: Portage. HEX triplet: 89, 9F and FD. RGB value is (137,159,253). Sum of RGB (Red+Green+Blue) = 137+159+253=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #899FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FFD is #766002. Grayscale: #A2A2A2. Windows color (decimal): -7757827 or 16621449. OLE color: 16621449.
HSL color Cylindrical-coordinate representation of color #899FFD: hue angle of 228.62º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899FFD is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 159 | 253 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.01 |
| HSL | 228.62º | 0.97% | 0.76% | - |
| HSV(B) | 228.62º | 0.46% | 0.99% | - |
| XYZ | 40.44 | 37.21 | 97.98 | - |
| YUV | 163.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 253 | 0.46 | 0.37 | 0 | 0.01 | 228.62 | 0.97 | 0.76 |
| Hex | 89 | 9F | FD | 2E | 25 | 0 | 1 | E5 | 61 | 4C |
| Octal | 211 | 237 | 375 | 56 | 45 | 0 | 1 | 345 | 141 | 114 |
| Binary | 10001001 | 10011111 | 11111101 | 101110 | 100101 | 0 | 1 | 11100101 | 1100001 | 1001100 |
Color Harmonies of #899FFD
Complementary color
Monochromatic Colors of #899FFD
Black with #899FFD
Text Example
Text Example
White with #899FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FFD; }
p { color: rgb(137,159,253); }
H1.HeaderClassName
{
color: #899FFD;
}
.AnyTagClassName
{
color: #899FFD;
}
</style>
background-color css
<style>
a { background-color: #899FFD; }
a { background-color: rgb(137,159,253); }
div.DivClassName
{
background-color: #899FFD;
}
.BgClassName
{
background-color: #899FFD;
}
</style>
border-color css
<style>
span { border-color: #899FFD; }
span { border-color: rgb(137,159,253); }
td.TdClassName
{
border-color: #899FFD;
}
.TagClassName
{
border-color: #899FFD;
}
</style>