Shades of Portage #929FF6
Tints of Portage #929FF6
RGB
CMYK
RGB Variations
Color information
#929FF6 (or 0x929FF6) is known color: Portage. HEX triplet: 92, 9F and F6. RGB value is (146,159,246). Sum of RGB (Red+Green+Blue) = 146+159+246=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #929FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929FF6 is #6D6009. Grayscale: #A4A4A4. Windows color (decimal): -7168010 or 16162706. OLE color: 16162706.
HSL color Cylindrical-coordinate representation of color #929FF6: hue angle of 232.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #929FF6 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 159 | 246 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.04 |
| HSL | 232.2º | 0.85% | 0.77% | - |
| HSV(B) | 232.2º | 0.41% | 0.96% | - |
| XYZ | 40.89 | 37.56 | 92.28 | - |
| YUV | 165.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 246 | 0.41 | 0.35 | 0 | 0.04 | 232.2 | 0.85 | 0.77 |
| Hex | 92 | 9F | F6 | 29 | 23 | 0 | 4 | E8 | 55 | 4D |
| Octal | 222 | 237 | 366 | 51 | 43 | 0 | 4 | 350 | 125 | 115 |
| Binary | 10010010 | 10011111 | 11110110 | 101001 | 100011 | 0 | 100 | 11101000 | 1010101 | 1001101 |
Color Harmonies of #929FF6
Complementary color
Monochromatic Colors of #929FF6
Black with #929FF6
Text Example
Text Example
White with #929FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FF6; }
p { color: rgb(146,159,246); }
H1.HeaderClassName
{
color: #929FF6;
}
.AnyTagClassName
{
color: #929FF6;
}
</style>
background-color css
<style>
a { background-color: #929FF6; }
a { background-color: rgb(146,159,246); }
div.DivClassName
{
background-color: #929FF6;
}
.BgClassName
{
background-color: #929FF6;
}
</style>
border-color css
<style>
span { border-color: #929FF6; }
span { border-color: rgb(146,159,246); }
td.TdClassName
{
border-color: #929FF6;
}
.TagClassName
{
border-color: #929FF6;
}
</style>