Shades of Portage #899DF8
Tints of Portage #899DF8
RGB
CMYK
RGB Variations
Color information
#899DF8 (or 0x899DF8) is known color: Portage. HEX triplet: 89, 9D and F8. RGB value is (137,157,248). Sum of RGB (Red+Green+Blue) = 137+157+248=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #899DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DF8 is #766207. Grayscale: #A1A1A1. Windows color (decimal): -7758344 or 16293257. OLE color: 16293257.
HSL color Cylindrical-coordinate representation of color #899DF8: hue angle of 229.19º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899DF8 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 157 | 248 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.03 |
| HSL | 229.19º | 0.89% | 0.75% | - |
| HSV(B) | 229.19º | 0.45% | 0.97% | - |
| XYZ | 39.32 | 36.21 | 93.72 | - |
| YUV | 161.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 248 | 0.45 | 0.37 | 0 | 0.03 | 229.19 | 0.89 | 0.75 |
| Hex | 89 | 9D | F8 | 2D | 25 | 0 | 3 | E5 | 59 | 4B |
| Octal | 211 | 235 | 370 | 55 | 45 | 0 | 3 | 345 | 131 | 113 |
| Binary | 10001001 | 10011101 | 11111000 | 101101 | 100101 | 0 | 11 | 11100101 | 1011001 | 1001011 |
Color Harmonies of #899DF8
Complementary color
Monochromatic Colors of #899DF8
Black with #899DF8
Text Example
Text Example
White with #899DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DF8; }
p { color: rgb(137,157,248); }
H1.HeaderClassName
{
color: #899DF8;
}
.AnyTagClassName
{
color: #899DF8;
}
</style>
background-color css
<style>
a { background-color: #899DF8; }
a { background-color: rgb(137,157,248); }
div.DivClassName
{
background-color: #899DF8;
}
.BgClassName
{
background-color: #899DF8;
}
</style>
border-color css
<style>
span { border-color: #899DF8; }
span { border-color: rgb(137,157,248); }
td.TdClassName
{
border-color: #899DF8;
}
.TagClassName
{
border-color: #899DF8;
}
</style>