Shades of Portage #899BFC
Tints of Portage #899BFC
RGB
CMYK
RGB Variations
Color information
#899BFC (or 0x899BFC) is known color: Portage. HEX triplet: 89, 9B and FC. RGB value is (137,155,252). Sum of RGB (Red+Green+Blue) = 137+155+252=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #899BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFC is #766403. Grayscale: #A0A0A0. Windows color (decimal): -7758852 or 16554889. OLE color: 16554889.
HSL color Cylindrical-coordinate representation of color #899BFC: hue angle of 230.61º degrees, saturation: 0.95, 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 #899BFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 155 | 252 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.01 |
| HSL | 230.61º | 0.95% | 0.76% | - |
| HSV(B) | 230.61º | 0.46% | 0.99% | - |
| XYZ | 39.61 | 35.79 | 96.92 | - |
| YUV | 160.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 252 | 0.46 | 0.38 | 0 | 0.01 | 230.61 | 0.95 | 0.76 |
| Hex | 89 | 9B | FC | 2E | 26 | 0 | 1 | E7 | 5F | 4C |
| Octal | 211 | 233 | 374 | 56 | 46 | 0 | 1 | 347 | 137 | 114 |
| Binary | 10001001 | 10011011 | 11111100 | 101110 | 100110 | 0 | 1 | 11100111 | 1011111 | 1001100 |
Color Harmonies of #899BFC
Complementary color
Monochromatic Colors of #899BFC
Black with #899BFC
Text Example
Text Example
White with #899BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BFC; }
p { color: rgb(137,155,252); }
H1.HeaderClassName
{
color: #899BFC;
}
.AnyTagClassName
{
color: #899BFC;
}
</style>
background-color css
<style>
a { background-color: #899BFC; }
a { background-color: rgb(137,155,252); }
div.DivClassName
{
background-color: #899BFC;
}
.BgClassName
{
background-color: #899BFC;
}
</style>
border-color css
<style>
span { border-color: #899BFC; }
span { border-color: rgb(137,155,252); }
td.TdClassName
{
border-color: #899BFC;
}
.TagClassName
{
border-color: #899BFC;
}
</style>