Shades of Portage #899CF8
Tints of Portage #899CF8
RGB
CMYK
RGB Variations
Color information
#899CF8 (or 0x899CF8) is known color: Portage. HEX triplet: 89, 9C and F8. RGB value is (137,156,248). Sum of RGB (Red+Green+Blue) = 137+156+248=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #899CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CF8 is #766307. Grayscale: #A0A0A0. Windows color (decimal): -7758600 or 16293001. OLE color: 16293001.
HSL color Cylindrical-coordinate representation of color #899CF8: hue angle of 229.73º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899CF8 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 156 | 248 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.03 |
| HSL | 229.73º | 0.89% | 0.75% | - |
| HSV(B) | 229.73º | 0.45% | 0.97% | - |
| XYZ | 39.15 | 35.87 | 93.67 | - |
| YUV | 160.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 248 | 0.45 | 0.37 | 0 | 0.03 | 229.73 | 0.89 | 0.75 |
| Hex | 89 | 9C | F8 | 2D | 25 | 0 | 3 | E6 | 59 | 4B |
| Octal | 211 | 234 | 370 | 55 | 45 | 0 | 3 | 346 | 131 | 113 |
| Binary | 10001001 | 10011100 | 11111000 | 101101 | 100101 | 0 | 11 | 11100110 | 1011001 | 1001011 |
Color Harmonies of #899CF8
Complementary color
Monochromatic Colors of #899CF8
Black with #899CF8
Text Example
Text Example
White with #899CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CF8; }
p { color: rgb(137,156,248); }
H1.HeaderClassName
{
color: #899CF8;
}
.AnyTagClassName
{
color: #899CF8;
}
</style>
background-color css
<style>
a { background-color: #899CF8; }
a { background-color: rgb(137,156,248); }
div.DivClassName
{
background-color: #899CF8;
}
.BgClassName
{
background-color: #899CF8;
}
</style>
border-color css
<style>
span { border-color: #899CF8; }
span { border-color: rgb(137,156,248); }
td.TdClassName
{
border-color: #899CF8;
}
.TagClassName
{
border-color: #899CF8;
}
</style>