Shades of Portage #8897F0
Tints of Portage #8897F0
RGB
CMYK
RGB Variations
Color information
#8897F0 (or 0x8897F0) is known color: Portage. HEX triplet: 88, 97 and F0. RGB value is (136,151,240). Sum of RGB (Red+Green+Blue) = 136+151+240=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #8897F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8897F0 is #77680F. Grayscale: #9C9C9C. Windows color (decimal): -7825424 or 15767432. OLE color: 15767432.
HSL color Cylindrical-coordinate representation of color #8897F0: hue angle of 231.35º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8897F0 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 151 | 240 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.06 |
| HSL | 231.35º | 0.78% | 0.74% | - |
| HSV(B) | 231.35º | 0.43% | 0.94% | - |
| XYZ | 36.95 | 33.66 | 86.99 | - |
| YUV | 156.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 240 | 0.43 | 0.37 | 0 | 0.06 | 231.35 | 0.78 | 0.74 |
| Hex | 88 | 97 | F0 | 2B | 25 | 0 | 6 | E7 | 4E | 4A |
| Octal | 210 | 227 | 360 | 53 | 45 | 0 | 6 | 347 | 116 | 112 |
| Binary | 10001000 | 10010111 | 11110000 | 101011 | 100101 | 0 | 110 | 11100111 | 1001110 | 1001010 |
Color Harmonies of #8897F0
Complementary color
Monochromatic Colors of #8897F0
Black with #8897F0
Text Example
Text Example
White with #8897F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8897F0; }
p { color: rgb(136,151,240); }
H1.HeaderClassName
{
color: #8897F0;
}
.AnyTagClassName
{
color: #8897F0;
}
</style>
background-color css
<style>
a { background-color: #8897F0; }
a { background-color: rgb(136,151,240); }
div.DivClassName
{
background-color: #8897F0;
}
.BgClassName
{
background-color: #8897F0;
}
</style>
border-color css
<style>
span { border-color: #8897F0; }
span { border-color: rgb(136,151,240); }
td.TdClassName
{
border-color: #8897F0;
}
.TagClassName
{
border-color: #8897F0;
}
</style>