Shades of Portage #899DFB
Tints of Portage #899DFB
RGB
CMYK
RGB Variations
Color information
#899DFB (or 0x899DFB) is known color: Portage. HEX triplet: 89, 9D and FB. RGB value is (137,157,251). Sum of RGB (Red+Green+Blue) = 137+157+251=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #899DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DFB is #766204. Grayscale: #A1A1A1. Windows color (decimal): -7758341 or 16489865. OLE color: 16489865.
HSL color Cylindrical-coordinate representation of color #899DFB: hue angle of 229.47º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899DFB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 157 | 251 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.02 |
| HSL | 229.47º | 0.93% | 0.76% | - |
| HSV(B) | 229.47º | 0.45% | 0.98% | - |
| XYZ | 39.79 | 36.4 | 96.2 | - |
| YUV | 161.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 251 | 0.45 | 0.37 | 0 | 0.02 | 229.47 | 0.93 | 0.76 |
| Hex | 89 | 9D | FB | 2D | 25 | 0 | 2 | E5 | 5D | 4C |
| Octal | 211 | 235 | 373 | 55 | 45 | 0 | 2 | 345 | 135 | 114 |
| Binary | 10001001 | 10011101 | 11111011 | 101101 | 100101 | 0 | 10 | 11100101 | 1011101 | 1001100 |
Color Harmonies of #899DFB
Complementary color
Monochromatic Colors of #899DFB
Black with #899DFB
Text Example
Text Example
White with #899DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DFB; }
p { color: rgb(137,157,251); }
H1.HeaderClassName
{
color: #899DFB;
}
.AnyTagClassName
{
color: #899DFB;
}
</style>
background-color css
<style>
a { background-color: #899DFB; }
a { background-color: rgb(137,157,251); }
div.DivClassName
{
background-color: #899DFB;
}
.BgClassName
{
background-color: #899DFB;
}
</style>
border-color css
<style>
span { border-color: #899DFB; }
span { border-color: rgb(137,157,251); }
td.TdClassName
{
border-color: #899DFB;
}
.TagClassName
{
border-color: #899DFB;
}
</style>