Shades of Portage #8A94FF
Tints of Portage #8A94FF
RGB
CMYK
RGB Variations
Color information
#8A94FF (or 0x8A94FF) is known color: Portage. HEX triplet: 8A, 94 and FF. RGB value is (138,148,255). Sum of RGB (Red+Green+Blue) = 138+148+255=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A94FF is #756B00. Grayscale: #9C9C9C. Windows color (decimal): -7695105 or 16749706. OLE color: 16749706.
HSL color Cylindrical-coordinate representation of color #8A94FF: hue angle of 234.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A94FF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 148 | 255 | - |
| CMYK | 0.46 | 0.42 | 0 | 0 |
| HSL | 234.87º | 1% | 0.77% | - |
| HSV(B) | 234.87º | 0.46% | 1% | - |
| XYZ | 39.12 | 33.8 | 99.07 | - |
| YUV | 157.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 255 | 0.46 | 0.42 | 0 | 0 | 234.87 | 1 | 0.77 |
| Hex | 8A | 94 | FF | 2E | 2A | 0 | 0 | EB | 64 | 4D |
| Octal | 212 | 224 | 377 | 56 | 52 | 0 | 0 | 353 | 144 | 115 |
| Binary | 10001010 | 10010100 | 11111111 | 101110 | 101010 | 0 | 0 | 11101011 | 1100100 | 1001101 |
Color Harmonies of #8A94FF
Complementary color
Monochromatic Colors of #8A94FF
Black with #8A94FF
Text Example
Text Example
White with #8A94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94FF; }
p { color: rgb(138,148,255); }
H1.HeaderClassName
{
color: #8A94FF;
}
.AnyTagClassName
{
color: #8A94FF;
}
</style>
background-color css
<style>
a { background-color: #8A94FF; }
a { background-color: rgb(138,148,255); }
div.DivClassName
{
background-color: #8A94FF;
}
.BgClassName
{
background-color: #8A94FF;
}
</style>
border-color css
<style>
span { border-color: #8A94FF; }
span { border-color: rgb(138,148,255); }
td.TdClassName
{
border-color: #8A94FF;
}
.TagClassName
{
border-color: #8A94FF;
}
</style>