Shades of Portage #8A92CE
Tints of Portage #8A92CE
RGB
CMYK
RGB Variations
Color information
#8A92CE (or 0x8A92CE) is known color: Portage. HEX triplet: 8A, 92 and CE. RGB value is (138,146,206). Sum of RGB (Red+Green+Blue) = 138+146+206=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A92CE is #756D31. Grayscale: #969696. Windows color (decimal): -7695666 or 13537930. OLE color: 13537930.
HSL color Cylindrical-coordinate representation of color #8A92CE: hue angle of 232.94º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A92CE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 146 | 206 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.19 |
| HSL | 232.94º | 0.41% | 0.67% | - |
| HSV(B) | 232.94º | 0.33% | 0.81% | - |
| XYZ | 31.9 | 30.42 | 62.58 | - |
| YUV | 150.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 206 | 0.33 | 0.29 | 0 | 0.19 | 232.94 | 0.41 | 0.67 |
| Hex | 8A | 92 | CE | 21 | 1D | 0 | 13 | E9 | 29 | 43 |
| Octal | 212 | 222 | 316 | 41 | 35 | 0 | 23 | 351 | 51 | 103 |
| Binary | 10001010 | 10010010 | 11001110 | 100001 | 11101 | 0 | 10011 | 11101001 | 101001 | 1000011 |
Color Harmonies of #8A92CE
Complementary color
Monochromatic Colors of #8A92CE
Black with #8A92CE
Text Example
Text Example
White with #8A92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A92CE; }
p { color: rgb(138,146,206); }
H1.HeaderClassName
{
color: #8A92CE;
}
.AnyTagClassName
{
color: #8A92CE;
}
</style>
background-color css
<style>
a { background-color: #8A92CE; }
a { background-color: rgb(138,146,206); }
div.DivClassName
{
background-color: #8A92CE;
}
.BgClassName
{
background-color: #8A92CE;
}
</style>
border-color css
<style>
span { border-color: #8A92CE; }
span { border-color: rgb(138,146,206); }
td.TdClassName
{
border-color: #8A92CE;
}
.TagClassName
{
border-color: #8A92CE;
}
</style>