Shades of Portage #8A9FFD
Tints of Portage #8A9FFD
RGB
CMYK
RGB Variations
Color information
#8A9FFD (or 0x8A9FFD) is known color: Portage. HEX triplet: 8A, 9F and FD. RGB value is (138,159,253). Sum of RGB (Red+Green+Blue) = 138+159+253=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9FFD is #756002. Grayscale: #A3A3A3. Windows color (decimal): -7692291 or 16621450. OLE color: 16621450.
HSL color Cylindrical-coordinate representation of color #8A9FFD: hue angle of 229.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9FFD is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 159 | 253 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.01 |
| HSL | 229.04º | 0.97% | 0.77% | - |
| HSV(B) | 229.04º | 0.45% | 0.99% | - |
| XYZ | 40.61 | 37.29 | 97.99 | - |
| YUV | 163.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 253 | 0.45 | 0.37 | 0 | 0.01 | 229.04 | 0.97 | 0.77 |
| Hex | 8A | 9F | FD | 2D | 25 | 0 | 1 | E5 | 61 | 4D |
| Octal | 212 | 237 | 375 | 55 | 45 | 0 | 1 | 345 | 141 | 115 |
| Binary | 10001010 | 10011111 | 11111101 | 101101 | 100101 | 0 | 1 | 11100101 | 1100001 | 1001101 |
Color Harmonies of #8A9FFD
Complementary color
Monochromatic Colors of #8A9FFD
Black with #8A9FFD
Text Example
Text Example
White with #8A9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FFD; }
p { color: rgb(138,159,253); }
H1.HeaderClassName
{
color: #8A9FFD;
}
.AnyTagClassName
{
color: #8A9FFD;
}
</style>
background-color css
<style>
a { background-color: #8A9FFD; }
a { background-color: rgb(138,159,253); }
div.DivClassName
{
background-color: #8A9FFD;
}
.BgClassName
{
background-color: #8A9FFD;
}
</style>
border-color css
<style>
span { border-color: #8A9FFD; }
span { border-color: rgb(138,159,253); }
td.TdClassName
{
border-color: #8A9FFD;
}
.TagClassName
{
border-color: #8A9FFD;
}
</style>