Shades of Portage #8A94FA
Tints of Portage #8A94FA
RGB
CMYK
RGB Variations
Color information
#8A94FA (or 0x8A94FA) is known color: Portage. HEX triplet: 8A, 94 and FA. RGB value is (138,148,250). Sum of RGB (Red+Green+Blue) = 138+148+250=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A94FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A94FA is #756B05. Grayscale: #9C9C9C. Windows color (decimal): -7695110 or 16422026. OLE color: 16422026.
HSL color Cylindrical-coordinate representation of color #8A94FA: hue angle of 234.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A94FA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 148 | 250 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.02 |
| HSL | 234.64º | 0.92% | 0.76% | - |
| HSV(B) | 234.64º | 0.45% | 0.98% | - |
| XYZ | 38.33 | 33.49 | 94.89 | - |
| YUV | 156.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 250 | 0.45 | 0.41 | 0 | 0.02 | 234.64 | 0.92 | 0.76 |
| Hex | 8A | 94 | FA | 2D | 29 | 0 | 2 | EB | 5C | 4C |
| Octal | 212 | 224 | 372 | 55 | 51 | 0 | 2 | 353 | 134 | 114 |
| Binary | 10001010 | 10010100 | 11111010 | 101101 | 101001 | 0 | 10 | 11101011 | 1011100 | 1001100 |
Color Harmonies of #8A94FA
Complementary color
Monochromatic Colors of #8A94FA
Black with #8A94FA
Text Example
Text Example
White with #8A94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94FA; }
p { color: rgb(138,148,250); }
H1.HeaderClassName
{
color: #8A94FA;
}
.AnyTagClassName
{
color: #8A94FA;
}
</style>
background-color css
<style>
a { background-color: #8A94FA; }
a { background-color: rgb(138,148,250); }
div.DivClassName
{
background-color: #8A94FA;
}
.BgClassName
{
background-color: #8A94FA;
}
</style>
border-color css
<style>
span { border-color: #8A94FA; }
span { border-color: rgb(138,148,250); }
td.TdClassName
{
border-color: #8A94FA;
}
.TagClassName
{
border-color: #8A94FA;
}
</style>