Shades of Portage #899BFB
Tints of Portage #899BFB
RGB
CMYK
RGB Variations
Color information
#899BFB (or 0x899BFB) is known color: Portage. HEX triplet: 89, 9B and FB. RGB value is (137,155,251). Sum of RGB (Red+Green+Blue) = 137+155+251=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #899BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFB is #766404. Grayscale: #A0A0A0. Windows color (decimal): -7758853 or 16489353. OLE color: 16489353.
HSL color Cylindrical-coordinate representation of color #899BFB: hue angle of 230.53º 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 #899BFB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 155 | 251 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.02 |
| HSL | 230.53º | 0.93% | 0.76% | - |
| HSV(B) | 230.53º | 0.45% | 0.98% | - |
| XYZ | 39.45 | 35.73 | 96.08 | - |
| YUV | 160.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 251 | 0.45 | 0.38 | 0 | 0.02 | 230.53 | 0.93 | 0.76 |
| Hex | 89 | 9B | FB | 2D | 26 | 0 | 2 | E7 | 5D | 4C |
| Octal | 211 | 233 | 373 | 55 | 46 | 0 | 2 | 347 | 135 | 114 |
| Binary | 10001001 | 10011011 | 11111011 | 101101 | 100110 | 0 | 10 | 11100111 | 1011101 | 1001100 |
Color Harmonies of #899BFB
Complementary color
Monochromatic Colors of #899BFB
Black with #899BFB
Text Example
Text Example
White with #899BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BFB; }
p { color: rgb(137,155,251); }
H1.HeaderClassName
{
color: #899BFB;
}
.AnyTagClassName
{
color: #899BFB;
}
</style>
background-color css
<style>
a { background-color: #899BFB; }
a { background-color: rgb(137,155,251); }
div.DivClassName
{
background-color: #899BFB;
}
.BgClassName
{
background-color: #899BFB;
}
</style>
border-color css
<style>
span { border-color: #899BFB; }
span { border-color: rgb(137,155,251); }
td.TdClassName
{
border-color: #899BFB;
}
.TagClassName
{
border-color: #899BFB;
}
</style>