Shades of Portage #89A0FC
Tints of Portage #89A0FC
RGB
CMYK
RGB Variations
Color information
#89A0FC (or 0x89A0FC) is known color: Portage. HEX triplet: 89, A0 and FC. RGB value is (137,160,252). Sum of RGB (Red+Green+Blue) = 137+160+252=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #89A0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0FC is #765F03. Grayscale: #A3A3A3. Windows color (decimal): -7757572 or 16556169. OLE color: 16556169.
HSL color Cylindrical-coordinate representation of color #89A0FC: hue angle of 228º 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 #89A0FC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 160 | 252 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.01 |
| HSL | 228º | 0.95% | 0.76% | - |
| HSV(B) | 228º | 0.46% | 0.99% | - |
| XYZ | 40.46 | 37.49 | 97.2 | - |
| YUV | 163.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 252 | 0.46 | 0.37 | 0 | 0.01 | 228 | 0.95 | 0.76 |
| Hex | 89 | A0 | FC | 2E | 25 | 0 | 1 | E4 | 5F | 4C |
| Octal | 211 | 240 | 374 | 56 | 45 | 0 | 1 | 344 | 137 | 114 |
| Binary | 10001001 | 10100000 | 11111100 | 101110 | 100101 | 0 | 1 | 11100100 | 1011111 | 1001100 |
Color Harmonies of #89A0FC
Complementary color
Monochromatic Colors of #89A0FC
Black with #89A0FC
Text Example
Text Example
White with #89A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0FC; }
p { color: rgb(137,160,252); }
H1.HeaderClassName
{
color: #89A0FC;
}
.AnyTagClassName
{
color: #89A0FC;
}
</style>
background-color css
<style>
a { background-color: #89A0FC; }
a { background-color: rgb(137,160,252); }
div.DivClassName
{
background-color: #89A0FC;
}
.BgClassName
{
background-color: #89A0FC;
}
</style>
border-color css
<style>
span { border-color: #89A0FC; }
span { border-color: rgb(137,160,252); }
td.TdClassName
{
border-color: #89A0FC;
}
.TagClassName
{
border-color: #89A0FC;
}
</style>