Shades of Portage #8A91F6
Tints of Portage #8A91F6
RGB
CMYK
RGB Variations
Color information
#8A91F6 (or 0x8A91F6) is known color: Portage. HEX triplet: 8A, 91 and F6. RGB value is (138,145,246). Sum of RGB (Red+Green+Blue) = 138+145+246=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A91F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A91F6 is #756E09. Grayscale: #9A9A9A. Windows color (decimal): -7695882 or 16159114. OLE color: 16159114.
HSL color Cylindrical-coordinate representation of color #8A91F6: hue angle of 236.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A91F6 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 145 | 246 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.04 |
| HSL | 236.11º | 0.86% | 0.75% | - |
| HSV(B) | 236.11º | 0.44% | 0.96% | - |
| XYZ | 37.24 | 32.31 | 91.46 | - |
| YUV | 154.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 246 | 0.44 | 0.41 | 0 | 0.04 | 236.11 | 0.86 | 0.75 |
| Hex | 8A | 91 | F6 | 2C | 29 | 0 | 4 | EC | 56 | 4B |
| Octal | 212 | 221 | 366 | 54 | 51 | 0 | 4 | 354 | 126 | 113 |
| Binary | 10001010 | 10010001 | 11110110 | 101100 | 101001 | 0 | 100 | 11101100 | 1010110 | 1001011 |
Color Harmonies of #8A91F6
Complementary color
Monochromatic Colors of #8A91F6
Black with #8A91F6
Text Example
Text Example
White with #8A91F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91F6; }
p { color: rgb(138,145,246); }
H1.HeaderClassName
{
color: #8A91F6;
}
.AnyTagClassName
{
color: #8A91F6;
}
</style>
background-color css
<style>
a { background-color: #8A91F6; }
a { background-color: rgb(138,145,246); }
div.DivClassName
{
background-color: #8A91F6;
}
.BgClassName
{
background-color: #8A91F6;
}
</style>
border-color css
<style>
span { border-color: #8A91F6; }
span { border-color: rgb(138,145,246); }
td.TdClassName
{
border-color: #8A91F6;
}
.TagClassName
{
border-color: #8A91F6;
}
</style>