Shades of Portage #899DFC
Tints of Portage #899DFC
RGB
CMYK
RGB Variations
Color information
#899DFC (or 0x899DFC) is known color: Portage. HEX triplet: 89, 9D and FC. RGB value is (137,157,252). Sum of RGB (Red+Green+Blue) = 137+157+252=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #899DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DFC is #766203. Grayscale: #A1A1A1. Windows color (decimal): -7758340 or 16555401. OLE color: 16555401.
HSL color Cylindrical-coordinate representation of color #899DFC: hue angle of 229.57º 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 #899DFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 157 | 252 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.01 |
| HSL | 229.57º | 0.95% | 0.76% | - |
| HSV(B) | 229.57º | 0.46% | 0.99% | - |
| XYZ | 39.94 | 36.46 | 97.03 | - |
| YUV | 161.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 252 | 0.46 | 0.38 | 0 | 0.01 | 229.57 | 0.95 | 0.76 |
| Hex | 89 | 9D | FC | 2E | 26 | 0 | 1 | E6 | 5F | 4C |
| Octal | 211 | 235 | 374 | 56 | 46 | 0 | 1 | 346 | 137 | 114 |
| Binary | 10001001 | 10011101 | 11111100 | 101110 | 100110 | 0 | 1 | 11100110 | 1011111 | 1001100 |
Color Harmonies of #899DFC
Complementary color
Monochromatic Colors of #899DFC
Black with #899DFC
Text Example
Text Example
White with #899DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DFC; }
p { color: rgb(137,157,252); }
H1.HeaderClassName
{
color: #899DFC;
}
.AnyTagClassName
{
color: #899DFC;
}
</style>
background-color css
<style>
a { background-color: #899DFC; }
a { background-color: rgb(137,157,252); }
div.DivClassName
{
background-color: #899DFC;
}
.BgClassName
{
background-color: #899DFC;
}
</style>
border-color css
<style>
span { border-color: #899DFC; }
span { border-color: rgb(137,157,252); }
td.TdClassName
{
border-color: #899DFC;
}
.TagClassName
{
border-color: #899DFC;
}
</style>