Shades of Portage #8A99EF
Tints of Portage #8A99EF
RGB
CMYK
RGB Variations
Color information
#8A99EF (or 0x8A99EF) is known color: Portage. HEX triplet: 8A, 99 and EF. RGB value is (138,153,239). Sum of RGB (Red+Green+Blue) = 138+153+239=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A99EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A99EF is #756610. Grayscale: #9D9D9D. Windows color (decimal): -7693841 or 15702410. OLE color: 15702410.
HSL color Cylindrical-coordinate representation of color #8A99EF: hue angle of 231.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A99EF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 153 | 239 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.06 |
| HSL | 231.09º | 0.76% | 0.74% | - |
| HSV(B) | 231.09º | 0.42% | 0.94% | - |
| XYZ | 37.45 | 34.42 | 86.33 | - |
| YUV | 158.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 239 | 0.42 | 0.36 | 0 | 0.06 | 231.09 | 0.76 | 0.74 |
| Hex | 8A | 99 | EF | 2A | 24 | 0 | 6 | E7 | 4C | 4A |
| Octal | 212 | 231 | 357 | 52 | 44 | 0 | 6 | 347 | 114 | 112 |
| Binary | 10001010 | 10011001 | 11101111 | 101010 | 100100 | 0 | 110 | 11100111 | 1001100 | 1001010 |
Color Harmonies of #8A99EF
Complementary color
Monochromatic Colors of #8A99EF
Black with #8A99EF
Text Example
Text Example
White with #8A99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A99EF; }
p { color: rgb(138,153,239); }
H1.HeaderClassName
{
color: #8A99EF;
}
.AnyTagClassName
{
color: #8A99EF;
}
</style>
background-color css
<style>
a { background-color: #8A99EF; }
a { background-color: rgb(138,153,239); }
div.DivClassName
{
background-color: #8A99EF;
}
.BgClassName
{
background-color: #8A99EF;
}
</style>
border-color css
<style>
span { border-color: #8A99EF; }
span { border-color: rgb(138,153,239); }
td.TdClassName
{
border-color: #8A99EF;
}
.TagClassName
{
border-color: #8A99EF;
}
</style>