Shades of Portage #8A8FCA
Tints of Portage #8A8FCA
RGB
CMYK
RGB Variations
Color information
#8A8FCA (or 0x8A8FCA) is known color: Portage. HEX triplet: 8A, 8F and CA. RGB value is (138,143,202). Sum of RGB (Red+Green+Blue) = 138+143+202=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FCA is #757035. Grayscale: #939393. Windows color (decimal): -7696438 or 13275018. OLE color: 13275018.
HSL color Cylindrical-coordinate representation of color #8A8FCA: hue angle of 235.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8FCA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 143 | 202 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.21 |
| HSL | 235.31º | 0.38% | 0.67% | - |
| HSV(B) | 235.31º | 0.32% | 0.79% | - |
| XYZ | 30.96 | 29.31 | 59.9 | - |
| YUV | 148.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 202 | 0.32 | 0.29 | 0 | 0.21 | 235.31 | 0.38 | 0.67 |
| Hex | 8A | 8F | CA | 20 | 1D | 0 | 15 | EB | 26 | 43 |
| Octal | 212 | 217 | 312 | 40 | 35 | 0 | 25 | 353 | 46 | 103 |
| Binary | 10001010 | 10001111 | 11001010 | 100000 | 11101 | 0 | 10101 | 11101011 | 100110 | 1000011 |
Color Harmonies of #8A8FCA
Complementary color
Monochromatic Colors of #8A8FCA
Black with #8A8FCA
Text Example
Text Example
White with #8A8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FCA; }
p { color: rgb(138,143,202); }
H1.HeaderClassName
{
color: #8A8FCA;
}
.AnyTagClassName
{
color: #8A8FCA;
}
</style>
background-color css
<style>
a { background-color: #8A8FCA; }
a { background-color: rgb(138,143,202); }
div.DivClassName
{
background-color: #8A8FCA;
}
.BgClassName
{
background-color: #8A8FCA;
}
</style>
border-color css
<style>
span { border-color: #8A8FCA; }
span { border-color: rgb(138,143,202); }
td.TdClassName
{
border-color: #8A8FCA;
}
.TagClassName
{
border-color: #8A8FCA;
}
</style>