Shades of Portage #899FFB
Tints of Portage #899FFB
RGB
CMYK
RGB Variations
Color information
#899FFB (or 0x899FFB) is known color: Portage. HEX triplet: 89, 9F and FB. RGB value is (137,159,251). Sum of RGB (Red+Green+Blue) = 137+159+251=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #899FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FFB is #766004. Grayscale: #A2A2A2. Windows color (decimal): -7757829 or 16490377. OLE color: 16490377.
HSL color Cylindrical-coordinate representation of color #899FFB: hue angle of 228.42º 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 #899FFB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 159 | 251 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.02 |
| HSL | 228.42º | 0.93% | 0.76% | - |
| HSV(B) | 228.42º | 0.45% | 0.98% | - |
| XYZ | 40.13 | 37.08 | 96.31 | - |
| YUV | 162.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 251 | 0.45 | 0.37 | 0 | 0.02 | 228.42 | 0.93 | 0.76 |
| Hex | 89 | 9F | FB | 2D | 25 | 0 | 2 | E4 | 5D | 4C |
| Octal | 211 | 237 | 373 | 55 | 45 | 0 | 2 | 344 | 135 | 114 |
| Binary | 10001001 | 10011111 | 11111011 | 101101 | 100101 | 0 | 10 | 11100100 | 1011101 | 1001100 |
Color Harmonies of #899FFB
Complementary color
Monochromatic Colors of #899FFB
Black with #899FFB
Text Example
Text Example
White with #899FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FFB; }
p { color: rgb(137,159,251); }
H1.HeaderClassName
{
color: #899FFB;
}
.AnyTagClassName
{
color: #899FFB;
}
</style>
background-color css
<style>
a { background-color: #899FFB; }
a { background-color: rgb(137,159,251); }
div.DivClassName
{
background-color: #899FFB;
}
.BgClassName
{
background-color: #899FFB;
}
</style>
border-color css
<style>
span { border-color: #899FFB; }
span { border-color: rgb(137,159,251); }
td.TdClassName
{
border-color: #899FFB;
}
.TagClassName
{
border-color: #899FFB;
}
</style>