Shades of Portage #8A8FDB
Tints of Portage #8A8FDB
RGB
CMYK
RGB Variations
Color information
#8A8FDB (or 0x8A8FDB) is known color: Portage. HEX triplet: 8A, 8F and DB. RGB value is (138,143,219). Sum of RGB (Red+Green+Blue) = 138+143+219=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FDB is #757024. Grayscale: #959595. Windows color (decimal): -7696421 or 14389130. OLE color: 14389130.
HSL color Cylindrical-coordinate representation of color #8A8FDB: hue angle of 236.3º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8FDB is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 143 | 219 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.14 |
| HSL | 236.3º | 0.53% | 0.7% | - |
| HSV(B) | 236.3º | 0.37% | 0.86% | - |
| XYZ | 33.09 | 30.16 | 71.1 | - |
| YUV | 150.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 219 | 0.37 | 0.35 | 0 | 0.14 | 236.3 | 0.53 | 0.7 |
| Hex | 8A | 8F | DB | 25 | 23 | 0 | E | EC | 35 | 46 |
| Octal | 212 | 217 | 333 | 45 | 43 | 0 | 16 | 354 | 65 | 106 |
| Binary | 10001010 | 10001111 | 11011011 | 100101 | 100011 | 0 | 1110 | 11101100 | 110101 | 1000110 |
Color Harmonies of #8A8FDB
Complementary color
Monochromatic Colors of #8A8FDB
Black with #8A8FDB
Text Example
Text Example
White with #8A8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FDB; }
p { color: rgb(138,143,219); }
H1.HeaderClassName
{
color: #8A8FDB;
}
.AnyTagClassName
{
color: #8A8FDB;
}
</style>
background-color css
<style>
a { background-color: #8A8FDB; }
a { background-color: rgb(138,143,219); }
div.DivClassName
{
background-color: #8A8FDB;
}
.BgClassName
{
background-color: #8A8FDB;
}
</style>
border-color css
<style>
span { border-color: #8A8FDB; }
span { border-color: rgb(138,143,219); }
td.TdClassName
{
border-color: #8A8FDB;
}
.TagClassName
{
border-color: #8A8FDB;
}
</style>