Shades of Portage #899BFE
Tints of Portage #899BFE
RGB
CMYK
RGB Variations
Color information
#899BFE (or 0x899BFE) is known color: Portage. HEX triplet: 89, 9B and FE. RGB value is (137,155,254). Sum of RGB (Red+Green+Blue) = 137+155+254=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #899BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFE is #766401. Grayscale: #A0A0A0. Windows color (decimal): -7758850 or 16685961. OLE color: 16685961.
HSL color Cylindrical-coordinate representation of color #899BFE: hue angle of 230.77º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899BFE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 155 | 254 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.00 |
| HSL | 230.77º | 0.98% | 0.77% | - |
| HSV(B) | 230.77º | 0.46% | 1% | - |
| XYZ | 39.93 | 35.92 | 98.59 | - |
| YUV | 160.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 254 | 0.46 | 0.39 | 0 | 0.00 | 230.77 | 0.98 | 0.77 |
| Hex | 89 | 9B | FE | 2E | 27 | 0 | 0 | E7 | 62 | 4D |
| Octal | 211 | 233 | 376 | 56 | 47 | 0 | 0 | 347 | 142 | 115 |
| Binary | 10001001 | 10011011 | 11111110 | 101110 | 100111 | 0 | 0 | 11100111 | 1100010 | 1001101 |
Color Harmonies of #899BFE
Complementary color
Monochromatic Colors of #899BFE
Black with #899BFE
Text Example
Text Example
White with #899BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BFE; }
p { color: rgb(137,155,254); }
H1.HeaderClassName
{
color: #899BFE;
}
.AnyTagClassName
{
color: #899BFE;
}
</style>
background-color css
<style>
a { background-color: #899BFE; }
a { background-color: rgb(137,155,254); }
div.DivClassName
{
background-color: #899BFE;
}
.BgClassName
{
background-color: #899BFE;
}
</style>
border-color css
<style>
span { border-color: #899BFE; }
span { border-color: rgb(137,155,254); }
td.TdClassName
{
border-color: #899BFE;
}
.TagClassName
{
border-color: #899BFE;
}
</style>