Shades of Portage #8A92DA
Tints of Portage #8A92DA
RGB
CMYK
RGB Variations
Color information
#8A92DA (or 0x8A92DA) is known color: Portage. HEX triplet: 8A, 92 and DA. RGB value is (138,146,218). Sum of RGB (Red+Green+Blue) = 138+146+218=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A92DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A92DA is #756D25. Grayscale: #979797. Windows color (decimal): -7695654 or 14324362. OLE color: 14324362.
HSL color Cylindrical-coordinate representation of color #8A92DA: hue angle of 234º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A92DA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 146 | 218 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.15 |
| HSL | 234º | 0.52% | 0.7% | - |
| HSV(B) | 234º | 0.37% | 0.85% | - |
| XYZ | 33.42 | 31.02 | 70.56 | - |
| YUV | 151.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 218 | 0.37 | 0.33 | 0 | 0.15 | 234 | 0.52 | 0.7 |
| Hex | 8A | 92 | DA | 25 | 21 | 0 | F | EA | 34 | 46 |
| Octal | 212 | 222 | 332 | 45 | 41 | 0 | 17 | 352 | 64 | 106 |
| Binary | 10001010 | 10010010 | 11011010 | 100101 | 100001 | 0 | 1111 | 11101010 | 110100 | 1000110 |
Color Harmonies of #8A92DA
Complementary color
Monochromatic Colors of #8A92DA
Black with #8A92DA
Text Example
Text Example
White with #8A92DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A92DA; }
p { color: rgb(138,146,218); }
H1.HeaderClassName
{
color: #8A92DA;
}
.AnyTagClassName
{
color: #8A92DA;
}
</style>
background-color css
<style>
a { background-color: #8A92DA; }
a { background-color: rgb(138,146,218); }
div.DivClassName
{
background-color: #8A92DA;
}
.BgClassName
{
background-color: #8A92DA;
}
</style>
border-color css
<style>
span { border-color: #8A92DA; }
span { border-color: rgb(138,146,218); }
td.TdClassName
{
border-color: #8A92DA;
}
.TagClassName
{
border-color: #8A92DA;
}
</style>