Shades of Portage #8A9FEA
Tints of Portage #8A9FEA
RGB
CMYK
RGB Variations
Color information
#8A9FEA (or 0x8A9FEA) is known color: Portage. HEX triplet: 8A, 9F and EA. RGB value is (138,159,234). Sum of RGB (Red+Green+Blue) = 138+159+234=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9FEA is #756015. Grayscale: #A0A0A0. Windows color (decimal): -7692310 or 15376266. OLE color: 15376266.
HSL color Cylindrical-coordinate representation of color #8A9FEA: hue angle of 226.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A9FEA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 159 | 234 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.08 |
| HSL | 226.88º | 0.7% | 0.73% | - |
| HSV(B) | 226.88º | 0.41% | 0.92% | - |
| XYZ | 37.73 | 36.14 | 82.83 | - |
| YUV | 161.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 234 | 0.41 | 0.32 | 0 | 0.08 | 226.88 | 0.7 | 0.73 |
| Hex | 8A | 9F | EA | 29 | 20 | 0 | 8 | E3 | 46 | 49 |
| Octal | 212 | 237 | 352 | 51 | 40 | 0 | 10 | 343 | 106 | 111 |
| Binary | 10001010 | 10011111 | 11101010 | 101001 | 100000 | 0 | 1000 | 11100011 | 1000110 | 1001001 |
Color Harmonies of #8A9FEA
Complementary color
Monochromatic Colors of #8A9FEA
Black with #8A9FEA
Text Example
Text Example
White with #8A9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FEA; }
p { color: rgb(138,159,234); }
H1.HeaderClassName
{
color: #8A9FEA;
}
.AnyTagClassName
{
color: #8A9FEA;
}
</style>
background-color css
<style>
a { background-color: #8A9FEA; }
a { background-color: rgb(138,159,234); }
div.DivClassName
{
background-color: #8A9FEA;
}
.BgClassName
{
background-color: #8A9FEA;
}
</style>
border-color css
<style>
span { border-color: #8A9FEA; }
span { border-color: rgb(138,159,234); }
td.TdClassName
{
border-color: #8A9FEA;
}
.TagClassName
{
border-color: #8A9FEA;
}
</style>