Shades of Portage #899BF2
Tints of Portage #899BF2
RGB
CMYK
RGB Variations
Color information
#899BF2 (or 0x899BF2) is known color: Portage. HEX triplet: 89, 9B and F2. RGB value is (137,155,242). Sum of RGB (Red+Green+Blue) = 137+155+242=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #899BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BF2 is #76640D. Grayscale: #9F9F9F. Windows color (decimal): -7758862 or 15899529. OLE color: 15899529.
HSL color Cylindrical-coordinate representation of color #899BF2: hue angle of 229.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #899BF2 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 155 | 242 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.05 |
| HSL | 229.71º | 0.8% | 0.74% | - |
| HSV(B) | 229.71º | 0.43% | 0.95% | - |
| XYZ | 38.06 | 35.17 | 88.79 | - |
| YUV | 159.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 242 | 0.43 | 0.36 | 0 | 0.05 | 229.71 | 0.8 | 0.74 |
| Hex | 89 | 9B | F2 | 2B | 24 | 0 | 5 | E6 | 50 | 4A |
| Octal | 211 | 233 | 362 | 53 | 44 | 0 | 5 | 346 | 120 | 112 |
| Binary | 10001001 | 10011011 | 11110010 | 101011 | 100100 | 0 | 101 | 11100110 | 1010000 | 1001010 |
Color Harmonies of #899BF2
Complementary color
Monochromatic Colors of #899BF2
Black with #899BF2
Text Example
Text Example
White with #899BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BF2; }
p { color: rgb(137,155,242); }
H1.HeaderClassName
{
color: #899BF2;
}
.AnyTagClassName
{
color: #899BF2;
}
</style>
background-color css
<style>
a { background-color: #899BF2; }
a { background-color: rgb(137,155,242); }
div.DivClassName
{
background-color: #899BF2;
}
.BgClassName
{
background-color: #899BF2;
}
</style>
border-color css
<style>
span { border-color: #899BF2; }
span { border-color: rgb(137,155,242); }
td.TdClassName
{
border-color: #899BF2;
}
.TagClassName
{
border-color: #899BF2;
}
</style>