Shades of Portage #8A9DEA
Tints of Portage #8A9DEA
RGB
CMYK
RGB Variations
Color information
#8A9DEA (or 0x8A9DEA) is known color: Portage. HEX triplet: 8A, 9D and EA. RGB value is (138,157,234). Sum of RGB (Red+Green+Blue) = 138+157+234=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9DEA is #756215. Grayscale: #9F9F9F. Windows color (decimal): -7692822 or 15375754. OLE color: 15375754.
HSL color Cylindrical-coordinate representation of color #8A9DEA: hue angle of 228.12º 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 #8A9DEA is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 157 | 234 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.08 |
| HSL | 228.13º | 0.7% | 0.73% | - |
| HSV(B) | 228.13º | 0.41% | 0.92% | - |
| XYZ | 37.39 | 35.46 | 82.72 | - |
| YUV | 160.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 234 | 0.41 | 0.33 | 0 | 0.08 | 228.13 | 0.7 | 0.73 |
| Hex | 8A | 9D | EA | 29 | 21 | 0 | 8 | E4 | 46 | 49 |
| Octal | 212 | 235 | 352 | 51 | 41 | 0 | 10 | 344 | 106 | 111 |
| Binary | 10001010 | 10011101 | 11101010 | 101001 | 100001 | 0 | 1000 | 11100100 | 1000110 | 1001001 |
Color Harmonies of #8A9DEA
Complementary color
Monochromatic Colors of #8A9DEA
Black with #8A9DEA
Text Example
Text Example
White with #8A9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DEA; }
p { color: rgb(138,157,234); }
H1.HeaderClassName
{
color: #8A9DEA;
}
.AnyTagClassName
{
color: #8A9DEA;
}
</style>
background-color css
<style>
a { background-color: #8A9DEA; }
a { background-color: rgb(138,157,234); }
div.DivClassName
{
background-color: #8A9DEA;
}
.BgClassName
{
background-color: #8A9DEA;
}
</style>
border-color css
<style>
span { border-color: #8A9DEA; }
span { border-color: rgb(138,157,234); }
td.TdClassName
{
border-color: #8A9DEA;
}
.TagClassName
{
border-color: #8A9DEA;
}
</style>