Shades of Portage #8A8BEA
Tints of Portage #8A8BEA
RGB
CMYK
RGB Variations
Color information
#8A8BEA (or 0x8A8BEA) is known color: Portage. HEX triplet: 8A, 8B and EA. RGB value is (138,139,234). Sum of RGB (Red+Green+Blue) = 138+139+234=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8BEA is #757415. Grayscale: #959595. Windows color (decimal): -7697430 or 15371146. OLE color: 15371146.
HSL color Cylindrical-coordinate representation of color #8A8BEA: hue angle of 239.38º 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 #8A8BEA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 139 | 234 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.08 |
| HSL | 239.38º | 0.7% | 0.73% | - |
| HSV(B) | 239.38º | 0.41% | 0.92% | - |
| XYZ | 34.57 | 29.81 | 81.77 | - |
| YUV | 149.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 234 | 0.41 | 0.41 | 0 | 0.08 | 239.38 | 0.7 | 0.73 |
| Hex | 8A | 8B | EA | 29 | 29 | 0 | 8 | EF | 46 | 49 |
| Octal | 212 | 213 | 352 | 51 | 51 | 0 | 10 | 357 | 106 | 111 |
| Binary | 10001010 | 10001011 | 11101010 | 101001 | 101001 | 0 | 1000 | 11101111 | 1000110 | 1001001 |
Color Harmonies of #8A8BEA
Complementary color
Monochromatic Colors of #8A8BEA
Black with #8A8BEA
Text Example
Text Example
White with #8A8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BEA; }
p { color: rgb(138,139,234); }
H1.HeaderClassName
{
color: #8A8BEA;
}
.AnyTagClassName
{
color: #8A8BEA;
}
</style>
background-color css
<style>
a { background-color: #8A8BEA; }
a { background-color: rgb(138,139,234); }
div.DivClassName
{
background-color: #8A8BEA;
}
.BgClassName
{
background-color: #8A8BEA;
}
</style>
border-color css
<style>
span { border-color: #8A8BEA; }
span { border-color: rgb(138,139,234); }
td.TdClassName
{
border-color: #8A8BEA;
}
.TagClassName
{
border-color: #8A8BEA;
}
</style>