Shades of Portage #8A92DF
Tints of Portage #8A92DF
RGB
CMYK
RGB Variations
Color information
#8A92DF (or 0x8A92DF) is known color: Portage. HEX triplet: 8A, 92 and DF. RGB value is (138,146,223). Sum of RGB (Red+Green+Blue) = 138+146+223=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A92DF is #756D20. Grayscale: #989898. Windows color (decimal): -7695649 or 14652042. OLE color: 14652042.
HSL color Cylindrical-coordinate representation of color #8A92DF: hue angle of 234.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A92DF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 146 | 223 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.13 |
| HSL | 234.35º | 0.57% | 0.71% | - |
| HSV(B) | 234.35º | 0.38% | 0.87% | - |
| XYZ | 34.08 | 31.29 | 74.06 | - |
| YUV | 152.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 223 | 0.38 | 0.35 | 0 | 0.13 | 234.35 | 0.57 | 0.71 |
| Hex | 8A | 92 | DF | 26 | 23 | 0 | D | EA | 39 | 47 |
| Octal | 212 | 222 | 337 | 46 | 43 | 0 | 15 | 352 | 71 | 107 |
| Binary | 10001010 | 10010010 | 11011111 | 100110 | 100011 | 0 | 1101 | 11101010 | 111001 | 1000111 |
Color Harmonies of #8A92DF
Complementary color
Monochromatic Colors of #8A92DF
Black with #8A92DF
Text Example
Text Example
White with #8A92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A92DF; }
p { color: rgb(138,146,223); }
H1.HeaderClassName
{
color: #8A92DF;
}
.AnyTagClassName
{
color: #8A92DF;
}
</style>
background-color css
<style>
a { background-color: #8A92DF; }
a { background-color: rgb(138,146,223); }
div.DivClassName
{
background-color: #8A92DF;
}
.BgClassName
{
background-color: #8A92DF;
}
</style>
border-color css
<style>
span { border-color: #8A92DF; }
span { border-color: rgb(138,146,223); }
td.TdClassName
{
border-color: #8A92DF;
}
.TagClassName
{
border-color: #8A92DF;
}
</style>