Shades of Portage #8891F0
Tints of Portage #8891F0
RGB
CMYK
RGB Variations
Color information
#8891F0 (or 0x8891F0) is known color: Portage. HEX triplet: 88, 91 and F0. RGB value is (136,145,240). Sum of RGB (Red+Green+Blue) = 136+145+240=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #8891F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8891F0 is #776E0F. Grayscale: #989898. Windows color (decimal): -7826960 or 15765896. OLE color: 15765896.
HSL color Cylindrical-coordinate representation of color #8891F0: hue angle of 234.81º 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 #8891F0 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 145 | 240 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.06 |
| HSL | 234.81º | 0.78% | 0.74% | - |
| HSV(B) | 234.81º | 0.43% | 0.94% | - |
| XYZ | 36.01 | 31.78 | 86.67 | - |
| YUV | 153.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 240 | 0.43 | 0.40 | 0 | 0.06 | 234.81 | 0.78 | 0.74 |
| Hex | 88 | 91 | F0 | 2B | 28 | 0 | 6 | EB | 4E | 4A |
| Octal | 210 | 221 | 360 | 53 | 50 | 0 | 6 | 353 | 116 | 112 |
| Binary | 10001000 | 10010001 | 11110000 | 101011 | 101000 | 0 | 110 | 11101011 | 1001110 | 1001010 |
Color Harmonies of #8891F0
Complementary color
Monochromatic Colors of #8891F0
Black with #8891F0
Text Example
Text Example
White with #8891F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891F0; }
p { color: rgb(136,145,240); }
H1.HeaderClassName
{
color: #8891F0;
}
.AnyTagClassName
{
color: #8891F0;
}
</style>
background-color css
<style>
a { background-color: #8891F0; }
a { background-color: rgb(136,145,240); }
div.DivClassName
{
background-color: #8891F0;
}
.BgClassName
{
background-color: #8891F0;
}
</style>
border-color css
<style>
span { border-color: #8891F0; }
span { border-color: rgb(136,145,240); }
td.TdClassName
{
border-color: #8891F0;
}
.TagClassName
{
border-color: #8891F0;
}
</style>