Shades of Portage #8A94F7
Tints of Portage #8A94F7
RGB
CMYK
RGB Variations
Color information
#8A94F7 (or 0x8A94F7) is known color: Portage. HEX triplet: 8A, 94 and F7. RGB value is (138,148,247). Sum of RGB (Red+Green+Blue) = 138+148+247=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A94F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A94F7 is #756B08. Grayscale: #9B9B9B. Windows color (decimal): -7695113 or 16225418. OLE color: 16225418.
HSL color Cylindrical-coordinate representation of color #8A94F7: hue angle of 234.5º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A94F7 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 148 | 247 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.03 |
| HSL | 234.5º | 0.87% | 0.75% | - |
| HSV(B) | 234.5º | 0.44% | 0.97% | - |
| XYZ | 37.86 | 33.3 | 92.43 | - |
| YUV | 156.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 247 | 0.44 | 0.40 | 0 | 0.03 | 234.5 | 0.87 | 0.75 |
| Hex | 8A | 94 | F7 | 2C | 28 | 0 | 3 | EA | 57 | 4B |
| Octal | 212 | 224 | 367 | 54 | 50 | 0 | 3 | 352 | 127 | 113 |
| Binary | 10001010 | 10010100 | 11110111 | 101100 | 101000 | 0 | 11 | 11101010 | 1010111 | 1001011 |
Color Harmonies of #8A94F7
Complementary color
Monochromatic Colors of #8A94F7
Black with #8A94F7
Text Example
Text Example
White with #8A94F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94F7; }
p { color: rgb(138,148,247); }
H1.HeaderClassName
{
color: #8A94F7;
}
.AnyTagClassName
{
color: #8A94F7;
}
</style>
background-color css
<style>
a { background-color: #8A94F7; }
a { background-color: rgb(138,148,247); }
div.DivClassName
{
background-color: #8A94F7;
}
.BgClassName
{
background-color: #8A94F7;
}
</style>
border-color css
<style>
span { border-color: #8A94F7; }
span { border-color: rgb(138,148,247); }
td.TdClassName
{
border-color: #8A94F7;
}
.TagClassName
{
border-color: #8A94F7;
}
</style>